libstand - Fix CD9660 name matching code
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 2 Nov 2010 20:58:15 +0000 (13:58 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 2 Nov 2010 20:58:15 +0000 (13:58 -0700)
commitebf8d6aae7677b6e30d3cd2512b218f24922315e
treedc18b65bab8e793633c6f567356004b3a16c3e6b
parent46e562ce0d0e86e79063e8f2b0cfba4192488de6
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.
lib/libstand/cd9660.c