esensar / kotlinx-serialization-msgpack

MsgPack support for kotlinx.serialization -- msgpack.org[kotlinx.serialization]
https://www.ensarsarajcic.com/kotlinx-serialization-msgpack/
MIT License
44 stars 9 forks source link

fix: prevent overflow with ignoreUnknownKeys #88

Closed esensar closed 1 year ago

esensar commented 1 year ago

If ignoreUnknownKeys flag is on, reading could overflow to further structures and cause issues when these structures need to be parsed.

This closes #87 This fixes #82