CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2010/11/15 13:26:01
Modified files: usr.bin/sed : compile.c Log message: NUL-terminate buffer in compiler_text() after realloc, not before. Now that we have dynamically sized buffers there may not be room for the NUL until after realloc.