ODROID-U3 xorg-server debian package fork :
[deb_xorg-server.git] / debian / patches / CVE-2014-8xxx / 0028-glx-Top-level-length-checking-for-swapped-VendorPriv.patch
index d42c8405205571215aaa68525087f128dc0f4dd8..ce7c72c34e90c403af11d87c98f7c647904fdc49 100644 (file)
@@ -14,11 +14,9 @@ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  glx/glxcmdsswap.c |    4 ++++
  1 file changed, 4 insertions(+)
 
-diff --git a/glx/glxcmdsswap.c b/glx/glxcmdsswap.c
-index 5d179f3..9ec1222 100644
 --- a/glx/glxcmdsswap.c
 +++ b/glx/glxcmdsswap.c
-@@ -958,11 +958,13 @@ __glXDispSwap_RenderLarge(__GLXclientState * cl, GLbyte * pc)
+@@ -958,11 +958,13 @@ __glXDispSwap_RenderLarge(__GLXclientSta
  int
  __glXDispSwap_VendorPrivate(__GLXclientState * cl, GLbyte * pc)
  {
@@ -32,7 +30,7 @@ index 5d179f3..9ec1222 100644
  
      req = (xGLXVendorPrivateReq *) pc;
      __GLX_SWAP_SHORT(&req->length);
-@@ -985,11 +987,13 @@ __glXDispSwap_VendorPrivate(__GLXclientState * cl, GLbyte * pc)
+@@ -985,11 +987,13 @@ __glXDispSwap_VendorPrivate(__GLXclientS
  int
  __glXDispSwap_VendorPrivateWithReply(__GLXclientState * cl, GLbyte * pc)
  {
@@ -46,6 +44,3 @@ index 5d179f3..9ec1222 100644
  
      req = (xGLXVendorPrivateWithReplyReq *) pc;
      __GLX_SWAP_SHORT(&req->length);
--- 
-1.7.9.2
-