X-Git-Url: https://git.piment-noir.org/?p=deb_xorg-server.git;a=blobdiff_plain;f=debian%2Fpatches%2FCVE-2014-8xxx%2F0001-unchecked-malloc-may-allow-unauthed-client-to-crash-.patch;h=6ac816e5802cd9e3358b2396d063f0515215ea02;hp=b5fbb7dd5e88be230a8474156ed884c22b9903e8;hb=4db25562fe97995f20b8adc0f2e6959ed82e8635;hpb=7217e0ca50bba73dad94782e67980aeeb24ab693 diff --git a/debian/patches/CVE-2014-8xxx/0001-unchecked-malloc-may-allow-unauthed-client-to-crash-.patch b/debian/patches/CVE-2014-8xxx/0001-unchecked-malloc-may-allow-unauthed-client-to-crash-.patch index b5fbb7d..6ac816e 100644 --- a/debian/patches/CVE-2014-8xxx/0001-unchecked-malloc-may-allow-unauthed-client-to-crash-.patch +++ b/debian/patches/CVE-2014-8xxx/0001-unchecked-malloc-may-allow-unauthed-client-to-crash-.patch @@ -20,11 +20,9 @@ Reviewed-by: Peter Hutterer os/rpcauth.c | 4 ++++ 1 file changed, 4 insertions(+) -diff --git a/os/rpcauth.c b/os/rpcauth.c -index d60ea35..413cc61 100644 --- a/os/rpcauth.c +++ b/os/rpcauth.c -@@ -66,6 +66,10 @@ authdes_ezdecode(const char *inmsg, int len) +@@ -66,6 +66,10 @@ authdes_ezdecode(const char *inmsg, int SVCXPRT xprt; temp_inmsg = malloc(len); @@ -35,6 +33,3 @@ index d60ea35..413cc61 100644 memmove(temp_inmsg, inmsg, len); memset((char *) &msg, 0, sizeof(msg)); --- -1.7.9.2 -