Skip to content

CoolSpot/openwrt-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

openwrt-test

Test cases for issues I discovered in OpenWRT.

throw-catch-sigsegv

I believe uClibc++ incorrectly implements C++ exception ABI, allocating not enough memory in the "__cxxabiv1::__cxa_allocate_exception" .
That causes memory corruption (buffer overflow) inside "__cxxabiv1::__cxa_throw".
When binary is compiled for OpenWRT's musl standard library, the program crashes with SIGSEGV in the "free" call from "__cxxabiv1::__cxa_free_exception" because musl is very sensitive for memory corruption.

See openwrt-test-package repository for details.

About

Test cases for issues discovered in OpenWRT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published