From: David Howells Date: Mon, 22 Oct 2012 14:05:55 +0000 (+0100) Subject: ASN.1: Fix an indefinite length skip error X-Git-Tag: v3.7~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3537f91f9be2ce5fcbaa1aa6d787ad0436daec6;p=pandora-kernel.git ASN.1: Fix an indefinite length skip error Fix an error in asn1_find_indefinite_length() whereby small definite length elements of size 0x7f are incorrecly classified as non-small. Without this fix, an error will be given as the length of the length will be perceived as being very much greater than the maximum supported size. Signed-off-by: David Howells Signed-off-by: Rusty Russell --- Reading git-diff-tree failed