]> sourceware.org Git - lvm2.git/commit
[REGEX] Parse regexes that contain chars with value > 0x80
authorJoe Thornber <thornber@redhat.com>
Mon, 9 Aug 2010 10:29:42 +0000 (10:29 +0000)
committerJoe Thornber <thornber@redhat.com>
Mon, 9 Aug 2010 10:29:42 +0000 (10:29 +0000)
commit7def56f1e41e2f6fa74449d3bca5193594ab2647
treef0ad129104e0ab878ff96f6d24e5dbf09672bc17
parent95aa395ddda23dad380332299a73fca663c068b4
[REGEX] Parse regexes that contain chars with value > 0x80

This is a long standing issue.  Fixed by casting a char value to
unsigned char before using it as an index into a bitset.
libdm/regex/parse_rx.c
This page took 0.030825 seconds and 5 git commands to generate.