]> git.tdb.fi Git - libs/datafile.git/commitdiff
More resiliece against certain corner cases when direct loading
authorMikko Rasa <tdb@tdb.fi>
Sun, 19 Oct 2014 08:58:00 +0000 (11:58 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 19 Oct 2014 08:58:00 +0000 (11:58 +0300)
An empty binary file terminated with __end was causing problems as the
very first peek call would return null, causing Loader to fall back to
indirect loading.  However, the __end was already processed by peek, so
the parse call would fail.


No differences found