Re: [U-Boot] [U-Boot,v8,15/30] vsprintf: Handle NULL with %pU

2018-06-27 Thread Heinrich Schuchardt
On 06/18/2018 04:08 PM, Simon Glass wrote: > At present a NULL pointer passed to printf for a %pU argument will cause > U-Boot to access memory at 0. Fix this by adding a check, and print > "(null)" instead. > > Signed-off-by: Simon Glass > Reviewed-by: Alexander Graf > --- > > Changes in v8: N

Re: [U-Boot] [U-Boot,v8,15/30] vsprintf: Handle NULL with %pU

2018-06-21 Thread Alexander Graf
> At present a NULL pointer passed to printf for a %pU argument will cause > U-Boot to access memory at 0. Fix this by adding a check, and print > "(null)" instead. > > Signed-off-by: Simon Glass > Reviewed-by: Alexander Graf Thanks, applied to efi-next Alex __