[patch] coff-i386, guard against null

H.J. Lu hjl@lucon.org
Thu Jul 26 02:20:00 GMT 2007


On Wed, Jul 25, 2007 at 05:21:13PM -0700, msnyder@sonic.net wrote:
> Other code in this function checks to see if sym is null.
> If it's null here, it'll fail.
> 

> 2007-07-25  Michael Snyder  <msnyder@access-company.com>
> 
> 	* coff-i386.c (coff_i386_rtype_to_howto): Guard against null.
> 

I prefer BFD_ASSERT (sym != NULL).


H.J.



More information about the Binutils mailing list