From: Johannes Berg Date: Mon, 16 Dec 2013 11:04:36 +0000 (+0100) Subject: radiotap: fix bitmap-end-finding buffer overrun X-Git-Tag: v3.2.55~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39e87a9623c8b1fe690dccc18b885b56a2891aca;p=pandora-kernel.git radiotap: fix bitmap-end-finding buffer overrun commit bd02cd2549cfcdfc57cb5ce57ffc3feb94f70575 upstream. Evan Huus found (by fuzzing in wireshark) that the radiotap iterator code can access beyond the length of the buffer if the first bitmap claims an extension but then there's no data at all. Fix this. Reported-by: Evan Huus Signed-off-by: Johannes Berg Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed