-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a small bug in deserialization: return errors instead of panickin…
…g. (#56) * Fix a small bug in deserialization: return errors instead of panicking. Deserializing the contents of a MultiRecord could panic instead of returning an error when the buffer was truncated. Added tests for that (and also for a similar deserialization bug for MultiPlexedRecords fixed in #53). * formatting
- Loading branch information
1 parent
a133272
commit a9b003b
Showing
1 changed file
with
93 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters