Re: svn commit: r298241 - head/usr.bin/lex

2016-04-18 Thread Pedro Giffuni
No need.. it's done already.. I think. On 04/18/16 21:39, Marcelo Araujo wrote: Ok, gonna revert this commit! Thanks, On Apr 19, 2016 10:15 AM, "Pedro Giffuni" mailto:p...@freebsd.org>> wrote: On 04/18/16 21:05, Marcelo Araujo wrote: Author: araujo Date: Tue Apr 19 02:0

Re: svn commit: r298241 - head/usr.bin/lex

2016-04-18 Thread Marcelo Araujo
Ok, gonna revert this commit! Thanks, On Apr 19, 2016 10:15 AM, "Pedro Giffuni" wrote: > > > On 04/18/16 21:05, Marcelo Araujo wrote: > >> Author: araujo >> Date: Tue Apr 19 02:05:32 2016 >> New Revision: 298241 >> URL: https://svnweb.freebsd.org/changeset/base/298241 >> >> Log: >>Use NULL i

Re: svn commit: r298241 - head/usr.bin/lex

2016-04-18 Thread Pedro Giffuni
On 04/18/16 21:05, Marcelo Araujo wrote: Author: araujo Date: Tue Apr 19 02:05:32 2016 New Revision: 298241 URL: https://svnweb.freebsd.org/changeset/base/298241 Log: Use NULL instead of 0 for pointers. realloc will return NULL in case it cannot allocate memory. MFC after: 2 weeks

svn commit: r298241 - head/usr.bin/lex

2016-04-18 Thread Marcelo Araujo
Author: araujo Date: Tue Apr 19 02:05:32 2016 New Revision: 298241 URL: https://svnweb.freebsd.org/changeset/base/298241 Log: Use NULL instead of 0 for pointers. realloc will return NULL in case it cannot allocate memory. MFC after:2 weeks. Modified: head/usr.bin/lex/initparse.c