Re: svn commit: r277802 - head/usr.bin/sed

2015-01-28 Thread Pedro Giffuni
Hello; On 01/28/15 03:41, Bruce Evans wrote: On Tue, 27 Jan 2015, Pedro F. Giffuni wrote: Log: Fix resource leak and dereference after NULL. process.c: Protect access against NULL. main.c: Prevent outfile overwrite resource leak. ... Modified: head/usr.bin/sed/main.c ===

Re: svn commit: r277802 - head/usr.bin/sed

2015-01-28 Thread Bruce Evans
On Tue, 27 Jan 2015, Pedro F. Giffuni wrote: Log: Fix resource leak and dereference after NULL. process.c: Protect access against NULL. main.c: Prevent outfile overwrite resource leak. ... Modified: head/usr.bin/sed/main.c ==