Re: [U-Boot] Prevent null pointer dereference originating in cmd_pxe.c

2013-10-14 Thread Tom Rini
On Mon, Oct 07, 2013 at 09:51:48AM -0400, Steven Falco wrote: > Pass a valid cmdtp into do_tftpb(), do_ext2load(), and do_get_fat(), to avoid > possible crashes due to null pointer dereferencing. > > Signed-off-by: Steven A. Falco > > --- > > This doesn't apply cleanly, nor with --ignore-whites

Re: [U-Boot] Prevent null pointer dereference originating in cmd_pxe.c

2013-10-07 Thread Fabio Estevam
On Mon, Oct 7, 2013 at 10:51 AM, Steven Falco wrote: > Sorry - I've been having trouble getting Thunderbird to leave my text > alone. There was some insane "flowed text" setting that I just discovered > and disabled. Better send patches via 'git send-email' as this can avoid these kind of email

Re: [U-Boot] Prevent null pointer dereference originating in cmd_pxe.c

2013-10-07 Thread Jagan Teki
It's good to write commit message head for easy to track the fix from where. cmd_pxe: Prevent null pointer deference For more info, please look at here. http://www.denx.de/wiki/U-Boot/Patches On Mon, Oct 7, 2013 at 7:21 PM, Steven Falco wrote: > Pass a valid cmdtp into do_tftpb(), do_ext2load(

Re: [U-Boot] Prevent null pointer dereference originating in cmd_pxe.c

2013-10-07 Thread Steven Falco
Pass a valid cmdtp into do_tftpb(), do_ext2load(), and do_get_fat(), to avoid possible crashes due to null pointer dereferencing. Signed-off-by: Steven A. Falco --- > This doesn't apply cleanly, nor with --ignore-whitespace for me. Can > you please re-check and re-send the patch? Thanks. Sor

Re: [U-Boot] Prevent null pointer dereference originating in cmd_pxe.c

2013-10-07 Thread Tom Rini
On Wed, Sep 25, 2013 at 09:35:30PM -0400, Steven Falco wrote: > Pass a valid cmdtp into do_tftpb(), do_ext2load(), and do_get_fat(), to avoid > possible crashes due to null pointer dereferencing. > > Signed-off-by: Steven A. Falco This doesn't apply cleanly, nor with --ignore-whitespace for me.