On Sat, Feb 12, 2005 at 04:58:21PM +1030, Alan Modra wrote: > On Fri, Feb 11, 2005 at 12:20:25PM -0800, H. J. Lu wrote: > > Also we do &h->root without checking if h is NULL. > > So? (char *) h == (char *) &h->root Oops. Here is the updated patch. H.J.