nfprojects / nfengine

Game engine
GNU General Public License v2.0
55 stars 4 forks source link

Log: Printing long lines in place of %s flag causes SIGSEGV #161

Closed lookeypl closed 8 years ago

lookeypl commented 8 years ago

It might happen, that logging a string with %s flag might cause a SIGSEGV.

This has been found when placing long strings as a %s like in this situation. The issue appeared on Linux, both on GCC and Clang compilers.

Investigate and fix the issue. Write a test case for this scenario.

lookeypl commented 8 years ago

https://review.gerrithub.io/#/c/269939/

Merged, closing