]> git.pld-linux.org Git - packages/cvs.git/blame - cvs-debian-64bit-crash.patch
- outdated
[packages/cvs.git] / cvs-debian-64bit-crash.patch
CommitLineData
76652ff6
AM
1--- cvs-1.12.13.orig/debian/patches/66_64bit_crashfix
2+++ cvs-1.12.13/debian/patches/66_64bit_crashfix
3@@ -0,0 +1,15 @@
4+# Fix a 64-bit crash in the entries_time() function and another bug in
5+# the diff code. Thanks to Gabor Gombas for the patch. Closes:
6+# #329127.
7+diff -ruN cvs-1.12.13-old/diff/util.c cvs-1.12.13/diff/util.c
8+--- cvs-1.12.13-old/diff/util.c 2003-02-03 03:52:38.000000000 +0800
9++++ cvs-1.12.13/diff/util.c 2006-02-26 21:32:22.000000000 +0800
10+@@ -235,7 +235,7 @@
11+ close (pipes[0]);
12+ }
13+
14+- execl (PR_PROGRAM, PR_PROGRAM, "-f", "-h", name, 0);
15++ execl (PR_PROGRAM, PR_PROGRAM, "-f", "-h", name, NULL);
16+ pfatal_with_name (PR_PROGRAM);
17+ }
18+ else
This page took 0.0678339999999999 seconds and 4 git commands to generate.