ODROID-U3 xorg-server debian package fork :
[deb_xorg-server.git] / debian / patches / CVE-2014-8xxx / 0013-randr-unvalidated-lengths-in-RandR-extension-swapped.patch
index c9d8e6d058c4d45c397152212e582b518fe18663..4f660f292f442a365282b5e6d423f0d56daa0fd5 100644 (file)
@@ -10,8 +10,6 @@ Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
  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
-