[NRBF] Fix bugs discovered by the fuzzer#107368
Merged
buyaa-n merged 8 commits intodotnet:mainfrom adamsitnik:nrbfFuzzerSep 6, 2024
+197-25
Commits
Commits on Sep 4, 2024
- committed
bug #2: throw SerializationException rather than KeyNotFoundException when the referenced record is missing or it points to a record of different type
committedbug #3: throw SerializationException rather than FormatException when it's being thrown by BinaryReader (or sth else that we use)
committed