Nonsense. This is trivial stuff.
Posted Jul 18, 2009 0:54 UTC (Sat) by
bojan (subscriber, #14302)
In reply to:
Nonsense. This is trivial stuff. by mikov
Parent article:
Linux 2.6.30 exploit posted
Yeah, that was what I thought exactly when I saw it:
struct sock *sk = tun->sk; // initialize sk with tun->sk
if (!tun)
return POLLERR; // if tun is NULL return error
It is _way_ to late to check once tun has already been used. The rest is just other problems that may exist already in the kernel.
PS. I am not the author of that article, despite having the same first name.
(
Log in to post comments)