Closed lookeypl closed 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.
https://review.gerrithub.io/#/c/269939/
Merged, closing
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.