On Friday 27 Apr 2012 19:52:06 Kevin Tran wrote: > It should have been > > /* Allocate dynamic storage */ > dynamic = malloc ( sizeof ( *dynamic ) ); > if ( ! dynamic ) { > rc = -ENOMEM; > goto err_alloc; > } Applied, thanks for catching this! http://git.ipxe.org/ipxe.git/commitdiff/e01cf6f Michael