This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH 1/5] libctf: handle errors on dynhash insertion better
- From: Nick Alcock <nick dot alcock at oracle dot com>
- To: binutils at sourceware dot org, jose dot marchesi at oracle dot com, indu dot bhagat at oracle dot com
- Date: Wed, 19 Jun 2019 16:14:26 +0100
- Subject: Re: [PATCH 1/5] libctf: handle errors on dynhash insertion better
- References: <20190619121121.10478-1-nick.alcock@oracle.com>
On 19 Jun 2019, Nick Alcock spake thusly:
> We were missing several cases where dynhash insertion might fail, likely
> due to OOM but possibly for other reasons. Pass the errors on.
[...]
I'll be submitting a new version of this patch series shortly: testing
of this one revealed even more endianness problems with raw CTF and
archive handling via the ctf_open and ctf_fdopen interfaces.
Sorry for the premature posting :(