| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
is just specific to strlcpy and strlcat.
llvm-svn: 138038
|
|
|
|
|
|
| |
are flexible arrays or have size 1.
llvm-svn: 138004
|
|
|
|
|
|
|
|
| |
__SIZE_TYPE__ (and hence be portable).
Also, change the warning to -Wstrl-incorrect-size.
llvm-svn: 137980
|
|
|
|
|
|
|
|
| |
if the size argument for strlcpy/strlcat is the size of the *source*, and not the size of the *destination*. This warning is off by default (for now)."
This currently doesn't work on Windows.
llvm-svn: 137920
|
|
argument for strlcpy/strlcat is the size of the *source*, and not the size of the *destination*. This warning is off by default (for now).
Warning logic provided by Geoff Keating.
llvm-svn: 137903
|