X-Git-Url: https://git.piment-noir.org/?p=deb_xorg-server.git;a=blobdiff_plain;f=debian%2Fpatches%2FCVE-2014-8xxx%2F0005-dix-integer-overflow-in-REQUEST_FIXED_SIZE-CVE-2014-.patch;h=40b0160b8627222411a44634cd25e4f2cb9e31d2;hp=10094885cceb4feb86bc315039c3730dadc9e5ab;hb=4db25562fe97995f20b8adc0f2e6959ed82e8635;hpb=7217e0ca50bba73dad94782e67980aeeb24ab693 diff --git a/debian/patches/CVE-2014-8xxx/0005-dix-integer-overflow-in-REQUEST_FIXED_SIZE-CVE-2014-.patch b/debian/patches/CVE-2014-8xxx/0005-dix-integer-overflow-in-REQUEST_FIXED_SIZE-CVE-2014-.patch index 1009488..40b0160 100644 --- a/debian/patches/CVE-2014-8xxx/0005-dix-integer-overflow-in-REQUEST_FIXED_SIZE-CVE-2014-.patch +++ b/debian/patches/CVE-2014-8xxx/0005-dix-integer-overflow-in-REQUEST_FIXED_SIZE-CVE-2014-.patch @@ -15,8 +15,6 @@ Reviewed-by: Peter Hutterer include/dix.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -diff --git a/include/dix.h b/include/dix.h -index 991a3ce..e0c6ed8 100644 --- a/include/dix.h +++ b/include/dix.h @@ -76,7 +76,8 @@ SOFTWARE. @@ -29,6 +27,3 @@ index 991a3ce..e0c6ed8 100644 return(BadLength) #define LEGAL_NEW_RESOURCE(id,client)\ --- -1.7.9.2 -