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] null ptr deref


If out_list can be null, then we'll crash when we dereference it
on the next loop iteration.  If it can't, then why test it?

I don't know if I've chosen the best way to deal with it if it is
null -- open to suggestions.

Michael

Attachment: out_list.txt
Description: Text document


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