Module Name:src
Committed By: rin
Date: Fri Aug 4 03:45:07 UTC 2023
Modified Files:
src/sbin/bioctl: bioctl.c
Log Message:
bioctl(8): bio_show_volumes(): Do not return pointer to stack.
Found by GCC 12.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/
Module Name:src
Committed By: rin
Date: Fri Aug 4 03:45:07 UTC 2023
Modified Files:
src/sbin/bioctl: bioctl.c
Log Message:
bioctl(8): bio_show_volumes(): Do not return pointer to stack.
Found by GCC 12.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/
Module Name:src
Committed By: msaitoh
Date: Tue May 10 14:16:25 UTC 2022
Modified Files:
src/sbin/bioctl: bioctl.c
Log Message:
bioctl(8): Don't print garbage bv_seconds.
This bug was added in bioctl.c rev. 1.7.
Before:
Volume Status Size Device/LabelLe
Module Name:src
Committed By: msaitoh
Date: Tue May 10 14:16:25 UTC 2022
Modified Files:
src/sbin/bioctl: bioctl.c
Log Message:
bioctl(8): Don't print garbage bv_seconds.
This bug was added in bioctl.c rev. 1.7.
Before:
Volume Status Size Device/LabelLe
Module Name:src
Committed By: ahoka
Date: Sat Feb 20 22:25:54 UTC 2010
Modified Files:
src/sbin/bioctl: bioctl.c
Log Message:
Fix two problems with argc handling in bioctl(8), which makes
bioctl(8) dump core if expected arguments are not passed in.
Closes PR bin/39946 (pa