[PATCH] D45050: [clang-tidy] New checker for not null-terminated result caused by strlen(), size() or equal length
Jonas Toth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 14 03:44:39 PDT 2018
JonasToth added a comment.
I am in contact with the guy that actually discovered this breakage. It seems to be a weird and hard to reproduce error, but happens on x86 as well. So it is a compile/header something combination that results in the error. I am pretty sure that will take a while until we figured it out :/
https://reviews.llvm.org/D45050
More information about the cfe-commits
mailing list