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