-
Notifications
You must be signed in to change notification settings - Fork 571
Closed
Description
When parsing certain messages, the process aborts with a stack overflow.
I made a reproducer:
prost-stackoverflow-reproducer$ cargo run
Running `target/debug/prost-stackoverflow-reproducer`
Hello, world!
thread 'main' has overflowed its stack
fatal runtime error: stack overflow
Aborted (core dumped)
Potentially the data requests allocation of a buffer that's larger than the actually available data? (23 KiB input data is not that large...)
(Found through afl.rs)
Metadata
Metadata
Assignees
Labels
No labels