Date: Wed, 12 May 2010 17:44:00 +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: <201005121744.o4CHiM3f048852@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gordon 2010-05-12 17:44:00 UTC
FreeBSD src repository
Modified files:
lib/libc/gen glob.c
Log:
SVN rev 207981 on 2010-05-12 17:44:00Z by gordon
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.
Reviewed by: gad@
Approved by: mentor (wes@)
Revision Changes Path
1.28 +2 -2 src/lib/libc/gen/glob.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005121744.o4CHiM3f048852>
