Re: [PATCH] avoid memory overrun in a test leading to potential double-free
On Mar 8, 2011, at 11:23 AM, DJ Delorie wrote: >> avoid memory overrun in a test leading to potential double-free >> * testsuite/test-expandargv.c (writeout_test): Fix off-by-one error: >> i.e., do copy the trailing NUL byte. > > Ok. Thanks! Applied, thanks. In general, you have to ask someone
Re: [PATCH] avoid memory overrun in a test leading to potential double-free
> avoid memory overrun in a test leading to potential double-free > * testsuite/test-expandargv.c (writeout_test): Fix off-by-one error: > i.e., do copy the trailing NUL byte. Ok. Thanks!