git: libstand - Fix CD9660 name matching code
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Nov 2 14:00:24 PDT 2010
commit ebf8d6aae7677b6e30d3cd2512b218f24922315e
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Nov 2 13:58:15 2010 -0700
libstand - Fix CD9660 name matching code
* The code inherited from FBsd did not properly deal with matching
path elements after a '.'. For example "kernel.FUBAR_XYZ" would match
"kernel.FUBAR" on the CD.
* Fixed.
Summary of changes:
lib/libstand/cd9660.c | 23 +++++++++++++++--------
1 files changed, 15 insertions(+), 8 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ebf8d6aae7677b6e30d3cd2512b218f24922315e
--
DragonFly BSD source repository
More information about the Commits
mailing list