Date: Thu, 20 May 2010 23:06:53 +0000 (UTC) From: Gordon Tetlow <gordon@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/gen glob.c Message-ID: <201005202307.o4KN7DcJ009893@repoman.freebsd.org>
index | next in thread | raw e-mail
gordon 2010-05-20 23:06:53 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
lib/libc/gen glob.c
Log:
SVN rev 208366 on 2010-05-20 23:06:53Z by gordon
MFC r207981:
Fix a bug due to a type conversion from 64 to 32 bits. The side effect of
this type conversion is the high bits which were used to indicate if a
special character was a literal or special were dropped. As a result, all
special character were treated as special, even if they were supposed to
be literals.
Approved by: mentor (wes@)
Revision Changes Path
1.26.2.1 +2 -2 src/lib/libc/gen/glob.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005202307.o4KN7DcJ009893>
