boostorg / serialization

Boost.org serialization module

Home Page:http://boost.org/libs/serialization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reference binding to null pointer discovered via LibFuzzer

swirsz opened this issue · comments

Bug detected via Libfuzzer & UndefinedBehaviorSanitizer.

./cold-outputs_fuzz_tests crash-c1c.txt

/src/monero/boost_1_70_0/boost/serialization/singleton.hpp:181:13: runtime error: reference binding to null pointer of type 'const boost::archive::detail::extra_detail::mapboost::archive::portable_binary_iarchive'
SUMMARY: UndefinedBehaviorSanitizer

crash-c1c.txt

could you boil this down to a specific test case?