Messages in this thread |  | | | Date | Wed, 13 Feb 2008 00:09:53 -0800 | | From | Andrew Morton <> | | Subject | Re: [PATCH - BUGFIX] Smack: Check for 'struct socket' with NULL sk |
| |
On Tue, 12 Feb 2008 01:23:47 +0200 "Ahmed S. Darwish" <darwish.07@gmail.com> wrote:
> + BUG_ON(sk == NULL); > + ssp = sk->sk_security;
I'll remove the BUG_ON - the oops on the next line will provide us with just the same information.
Thanks for the fix.
|  |