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]

[PATCH] dereferencing a freed pointer


Flagged by Coverity.  If we don't set the pointer to NULL after calling
bfd_stringtab_free, it may get called twice, in which case it will
dereference a freed pointer.

Unlikely perhaps, but possible.

Attachment: symstrtab.txt
Description: Text document


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