X-Git-Url: https://git.piment-noir.org/?p=deb_xorg-server.git;a=blobdiff_plain;f=debian%2Fpatches%2F122_xext_fix_card32_overflow_in_xauth.patch;fp=debian%2Fpatches%2F122_xext_fix_card32_overflow_in_xauth.patch;h=46bafecce1d3b51baa24beda83213a9d0ba1c175;hp=6f8cfab3b15262cbd63e1b420d816cf1c1fe12c4;hb=4db25562fe97995f20b8adc0f2e6959ed82e8635;hpb=7217e0ca50bba73dad94782e67980aeeb24ab693 diff --git a/debian/patches/122_xext_fix_card32_overflow_in_xauth.patch b/debian/patches/122_xext_fix_card32_overflow_in_xauth.patch index 6f8cfab..46bafec 100644 --- a/debian/patches/122_xext_fix_card32_overflow_in_xauth.patch +++ b/debian/patches/122_xext_fix_card32_overflow_in_xauth.patch @@ -1,8 +1,6 @@ -diff --git a/Xext/security.c b/Xext/security.c -index 3699510..5e5a703 100644 --- a/Xext/security.c +++ b/Xext/security.c -@@ -260,9 +260,9 @@ SecurityComputeAuthorizationTimeout(SecurityAuthorizationPtr pAuth, +@@ -262,9 +262,9 @@ SecurityComputeAuthorizationTimeout(Secu /* maxSecs is the number of full seconds that can be expressed in * 32 bits worth of milliseconds */ @@ -14,7 +12,7 @@ index 3699510..5e5a703 100644 pAuth->secondsRemaining = seconds - maxSecs; return maxSecs * MILLI_PER_SECOND; } -@@ -296,8 +296,6 @@ SecurityAuthorizationExpired(OsTimerPtr timer, CARD32 time, pointer pval) +@@ -298,8 +298,6 @@ SecurityAuthorizationExpired(OsTimerPtr { SecurityAuthorizationPtr pAuth = (SecurityAuthorizationPtr) pval;