X-Git-Url: https://git.piment-noir.org/?p=deb_xorg-server.git;a=blobdiff_plain;f=debian%2Fpatches%2FCVE-2014-8xxx%2F0033-glx-Fix-mask-truncation-in-__glXGetAnswerBuffer-CVE-.patch;h=b7b34cf1c8e338d5919143ff8e1054c293ca5205;hp=b004cac62a07eee836365132c759dd172cc0cbbf;hb=4db25562fe97995f20b8adc0f2e6959ed82e8635;hpb=7217e0ca50bba73dad94782e67980aeeb24ab693 diff --git a/debian/patches/CVE-2014-8xxx/0033-glx-Fix-mask-truncation-in-__glXGetAnswerBuffer-CVE-.patch b/debian/patches/CVE-2014-8xxx/0033-glx-Fix-mask-truncation-in-__glXGetAnswerBuffer-CVE-.patch index b004cac..b7b34cf 100644 --- a/debian/patches/CVE-2014-8xxx/0033-glx-Fix-mask-truncation-in-__glXGetAnswerBuffer-CVE-.patch +++ b/debian/patches/CVE-2014-8xxx/0033-glx-Fix-mask-truncation-in-__glXGetAnswerBuffer-CVE-.patch @@ -16,11 +16,9 @@ Signed-off-by: Alan Coopersmith glx/indirect_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/glx/indirect_util.c b/glx/indirect_util.c -index de81491..9ba2815 100644 --- a/glx/indirect_util.c +++ b/glx/indirect_util.c -@@ -73,7 +73,7 @@ __glXGetAnswerBuffer(__GLXclientState * cl, size_t required_size, +@@ -73,7 +73,7 @@ __glXGetAnswerBuffer(__GLXclientState * void *local_buffer, size_t local_size, unsigned alignment) { void *buffer = local_buffer; @@ -29,6 +27,3 @@ index de81491..9ba2815 100644 if (local_size < required_size) { size_t worst_case_size; --- -1.7.9.2 -