Re: [patch] tty: handle NULL parameters in free_tty_struct()

2012-07-20 Thread Jiri Slaby
On 07/20/2012 11:48 AM, Alan Cox wrote: > On Fri, 20 Jul 2012 10:06:34 +0300 > Dan Carpenter wrote: > >> We sometimes pass NULL pointers to free_tty_struct(). One example where >> it can happen is in the error handling code in pty_common_install(). >> >> Signed-off-by: Dan Carpenter > > Acked-

Re: [patch] tty: handle NULL parameters in free_tty_struct()

2012-07-20 Thread Alan Cox
On Fri, 20 Jul 2012 10:06:34 +0300 Dan Carpenter wrote: > We sometimes pass NULL pointers to free_tty_struct(). One example where > it can happen is in the error handling code in pty_common_install(). > > Signed-off-by: Dan Carpenter Acked-by: Alan Cox We probably shouldn't be passing NULLs