From: Ian Jackson Date: Thu, 1 Aug 2013 16:36:39 +0000 (+0100) Subject: netlink: Safely discard short packets X-Git-Tag: debian/0.3.0_beta2~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=975820aa67cb8f5f89eb968ec5397305e3b77bcf;hp=975820aa67cb8f5f89eb968ec5397305e3b77bcf;p=secnet.git netlink: Safely discard short packets Short packets arriving at the netlink should not be processed. Previously, we suffered buffer read overruns. In principle this might be some kind of security problem, as it might make it possible to read and have returned parts of the buffer which were used previously for other data. I haven't analysed this possibility in any detail. Signed-off-by: Ian Jackson ---