This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [binutils-gdb] Fix address violation parsing a corrupt texhex format file.


On Mon, Jun 26, 2017 at 02:47:04PM -0000, Nick Clifton wrote:
> --- a/bfd/tekhex.c
> +++ b/bfd/tekhex.c
[snip]
> -      char src[MAXCHUNK];
> +      static char src[MAXCHUNK];

Was that a debugging change that escaped by accident?

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]