mayah / tinytoml

A header only C++11 library for parsing TOML
BSD 2-Clause "Simplified" License
167 stars 31 forks source link

ABRT on __cxxabiv1 #50

Open NotmebutWind opened 2 years ago

NotmebutWind commented 2 years ago

Here is the seed that cause the ABRT when parse it use parseFile. you can use your parse_file.cc to reproduce the ABRT.

I think it occured at void toml::failwith<char const toml::Value::ensureValue

case1445.zip