eosnetworkfoundation / mandel.cdt

Obsolete. Use https://github.com/AntelopeIO/cdt instead.
Other
7 stars 2 forks source link

[native] Buffer overflow bug writting to `output_stream` #45

Closed smlu closed 12 months ago

smlu commented 2 years ago

In output_stream::push no check for buffer bounds can lead to buffer overrun.

I have large test sets where contract code invokes eosio::print* functions many times and the global std_out is not cleared through tests. Eventually the std_out overwrites std_err leading to segmentation fault.

stephenpdeos commented 2 years ago

Prioritizing for a patch release after 3.1

ericpassmore commented 12 months ago

closed in AntelopeIO/CDT