Ville Voutilainen

Results 3 comments of Ville Voutilainen

See https://bugs.llvm.org/show_bug.cgi?id=34500 The problematic cases should be caught by static analyzers, but are not, because the tools are buggy.

For what it's worth, valgrind and asan catch these misuses when the string is dynamically allocated. When SSO kicks in, they by and large don't, but I have had some...