[09:09] sadmac: only devel branch [13:57] http://isc.sans.org/diary.html?storyid=6820 [13:59] Is there a typo in the code quotation, though? Should it be if (!sk)? [16:22] I don't get that. [16:22] Isn't removing the if a semantic change? [16:23] oh i see! [16:23] it's !tun, not !sk [16:28] it looks like a bug anyway doesn't it [16:28] yeah [16:28] if the code was [16:28] sk = tun->sk; [16:28] if (! tun) [16:28] it'd crash [16:29] the fact the sk = is in the initialiser should make no differences [16:38] Yeah. The check needed to be before tun->sk [16:38] I guess I don't really understand the problem. [16:39] no, I think the blog poster doesn't understand [16:40] The post is missing a lot of context maybe.