Ticket #2795: hex search: can't find 00 (zeroes) in patterns.
commit2a5a5b4753722b0d58e6346c39bcaa5c90d885fa
authorAndrew Borodin <aborodin@vmail.ru>
Sun, 29 Apr 2012 12:01:55 +0000 (29 16:01 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Tue, 8 May 2012 14:57:55 +0000 (8 18:57 +0400)
tree5798a94b7c212e5aa768d8cb69b72cf30c9b1bf8
parent2a4e788aa192f6e385a9b18136926443eeebe44c
Ticket #2795: hex search: can't find 00 (zeroes) in patterns.

Don't interpret the '0' character as end of search pattern.
Use pattern length for that.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
lib/filehighlight/ini-file-read.c
lib/search/regex.c