Date: Wed, 19 May 2010 22:03:45 +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: <201005192204.o4JM46CN004051@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gordon 2010-05-19 22:03:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) lib/libc/gen glob.c Log: SVN rev 208318 on 2010-05-19 22:03:45Z 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.27.2.2 +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?201005192204.o4JM46CN004051>