honggyukim / heaptrace

a tool that collects and reports heap allocated memory
GNU General Public License v2.0
13 stars 3 forks source link

stacktrace: Fixes infinite loop bug #32

Closed Bojun-Seo closed 1 year ago

Bojun-Seo commented 1 year ago

The for loop was infinite loop since size_t type is always bigger or equal to zero. So this bug causes segfault