X-Git-Url: https://git.piment-noir.org/?p=deb_xorg-server.git;a=blobdiff_plain;f=debian%2Fpatches%2FCVE-2014-8xxx%2F0013-randr-unvalidated-lengths-in-RandR-extension-swapped.patch;h=4f660f292f442a365282b5e6d423f0d56daa0fd5;hp=c9d8e6d058c4d45c397152212e582b518fe18663;hb=4db25562fe97995f20b8adc0f2e6959ed82e8635;hpb=7217e0ca50bba73dad94782e67980aeeb24ab693 diff --git a/debian/patches/CVE-2014-8xxx/0013-randr-unvalidated-lengths-in-RandR-extension-swapped.patch b/debian/patches/CVE-2014-8xxx/0013-randr-unvalidated-lengths-in-RandR-extension-swapped.patch index c9d8e6d..4f660f2 100644 --- a/debian/patches/CVE-2014-8xxx/0013-randr-unvalidated-lengths-in-RandR-extension-swapped.patch +++ b/debian/patches/CVE-2014-8xxx/0013-randr-unvalidated-lengths-in-RandR-extension-swapped.patch @@ -10,8 +10,6 @@ Reviewed-by: Peter Hutterer randr/rrsdispatch.c | 4 ++++ 1 file changed, 4 insertions(+) -diff --git a/randr/rrsdispatch.c b/randr/rrsdispatch.c -index 08c3b6a..47558cf 100644 --- a/randr/rrsdispatch.c +++ b/randr/rrsdispatch.c @@ -27,6 +27,7 @@ SProcRRQueryVersion(ClientPtr client) @@ -38,7 +36,7 @@ index 08c3b6a..47558cf 100644 swaps(&stuff->length); swapl(&stuff->window); swaps(&stuff->enable); -@@ -152,6 +155,7 @@ SProcRRConfigureOutputProperty(ClientPtr client) +@@ -152,6 +155,7 @@ SProcRRConfigureOutputProperty(ClientPtr { REQUEST(xRRConfigureOutputPropertyReq); @@ -46,6 +44,3 @@ index 08c3b6a..47558cf 100644 swaps(&stuff->length); swapl(&stuff->output); swapl(&stuff->property); --- -1.7.9.2 -