##// END OF EJS Templates
don't return uninitialized memory from bdiff.blocks()...
don't return uninitialized memory from bdiff.blocks() bdiff.blocks() returns a dummy match at the end of both files; the length of that chunk is never set, so it will sometimes contain random heap garbage. There are apparently workarounds for this elsewhere: # bdiff sometimes gives huge matches past eof, this check eats them,

File last commit:

r2536:8106e477 default
r4131:1ca664c9 default
Show More
test-oldcgi.out
3 lines | 6 B | text/plain | TextLexer
Eric Hopper
Create a test to make sure old CGI scripts will still work.
r2533 0
0
Eric Hopper
Fix new tests to be better. In particular, fix webraw test to...
r2536 0