NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/41924 CVS commit: [netbsd-5] src/dist/nvi/regex
The following reply was made to PR bin/41924; it has been noted by GNATS.
From: Manuel Bouyer <bouyer%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/41924 CVS commit: [netbsd-5] src/dist/nvi/regex
Date: Sun, 1 Nov 2009 16:10:13 +0000
Module Name: src
Committed By: bouyer
Date: Sun Nov 1 16:10:12 UTC 2009
Modified Files:
src/dist/nvi/regex [netbsd-5]: regexec.c
Log Message:
Pull up following revision(s) (requested by dsl in ticket #1121):
dist/nvi/regex/regexec.c: revision 1.4
Fix regexp on LP64 systems.
By the time 'states1' was expanded, it became 'char *' so the code tried
to put 64 bits into an int!
Fixed PR/41924
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2.6.1 -r1.1.1.2.6.2 src/dist/nvi/regex/regexec.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index