Re: SIGABRT in text_buffer_iconv on malformed input file

2020-12-22 Thread Gavin Smith
On Mon, May 25, 2020 at 6:42 PM Nathaniel Beaver wrote: > > Steps to reproduce: > > $ info -f ./bug_sigabrt.info > gconv.c:73: __gconv: Assertion `outbuf != NULL && *outbuf != NULL' failed. > Aborted (core dumped) > > Expected behavior: > > info shows an error and exits cleanly. > > Actual behavio

Re: SIGABRT in text_buffer_iconv on malformed input file

2020-05-25 Thread Nathaniel Beaver
Certainly, see attached. On 5/25/20 3:37 PM, Gavin Smith wrote: On Mon, May 25, 2020 at 01:42:10PM -0400, Nathaniel Beaver wrote: Steps to reproduce: $ info -f ./bug_sigabrt.info gconv.c:73: __gconv: Assertion `outbuf != NULL && *outbuf != NULL' failed. Aborted (core dumped) Expected behavior

Re: SIGABRT in text_buffer_iconv on malformed input file

2020-05-25 Thread Gavin Smith
On Mon, May 25, 2020 at 01:42:10PM -0400, Nathaniel Beaver wrote: > Steps to reproduce: > > $ info -f ./bug_sigabrt.info > gconv.c:73: __gconv: Assertion `outbuf != NULL && *outbuf != NULL' failed. > Aborted (core dumped) > > Expected behavior: > > info shows an error and exits cleanly. > > Act

SIGABRT in text_buffer_iconv on malformed input file

2020-05-25 Thread Nathaniel Beaver
Steps to reproduce: $ info -f ./bug_sigabrt.info gconv.c:73: __gconv: Assertion `outbuf != NULL && *outbuf != NULL' failed. Aborted (core dumped) Expected behavior: info shows an error and exits cleanly. Actual behavior: info exits with SIGABRT Discussion: This file was generated by afl-fuz