On Tue, Feb 02, 2021 at 08:42:00AM -0700, Christian Weisgerber wrote:
> CVSROOT:      /cvs
> Module name:  src
> Changes by:   na...@cvs.openbsd.org   2021/02/02 08:42:00
> 
> Modified files:
>       sbin/disklabel : editor.c 
> 
> Log message:
> replace fgetln(3) with getline(3) in disklabel
> 
> Since getline() returns a C string, we don't need to carry around
> the length separately.
> 
> ok millert@
> 

My daily snapshot build starting to fail during make release after this
got committed.

disklabel -wAT /home/src2/distrib/amd64/ramdisk_cd/template `cat vnd`
disklabel(99416) in free(): modified chunk-pointer 0xf41413fe38c
Abort trap (core dumped) 
*** Error 134 in /home/src2/distrib/amd64/ramdisk_cd (Makefile:22 
'miniroot68.img')
*** Error 2 in /home/src2/distrib/amd64 (<bsd.subdir.mk>:48 'all')
*** Error 2 in /home/src2/distrib (<bsd.subdir.mk>:48 'all')
*** Error 2 in . (Makefile:301 'distrib')
*** Error 2 in . (Makefile:277 'do-release')
*** Error 2 in /home/src2/etc (Makefile:260 'release')

Reply via email to