Segfault if program ends with
exit(...);
instead of returning from main
Segfault if program ends with
exit(...);
instead of returning from main
Resolved by latest commit ( 14301c372d
)
14301c372d
Update Changelog.md, version 2.8
293b18e4bf
Avoid segfault on
exit(...)
33d3adba3f
Cleanup of Stats struct
4d3d6c9168
Use atexit() instead of onexit()
14301c372d
Update Changelog.md, version 2.8
293b18e4bf
Avoid segfault on
exit(...)
Segfault if program ends with
exit(...);
instead of returning from main
It seems omitting the cleanup function for AnotherMemCheck avoids the segfault (omitting these lines: https://git.seodisparate.com/stephenseo/AnotherMemCheck/src/commit/4d3d6c916888244f7556cfd61508…
Segfault if program ends with
exit(...);
instead of returning from main
8c6561cbef
Update Changelog.md
c4f06b799e
Add back setting of member variable in init fn
f8540d8cde
Update Changelog.md
e063957eb6
Initialize ptr in constructor of handler
5a7db8fd09
Update Changelog.md, version 2.6
394bfc8963
Use std::recursive_mutex instead of pthread_mutex
stephenseo
released c_simple_http version test_tag_0 at stephenseo/c_simple_http
2024-11-12 04:50:57 +00:00