Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hookup checking for invalid length modifiers in scanf format strings. | Ted Kremenek | 2010-07-20 | 1 | -0/+8 |
* | Don't warn when a '%%' or '%*d' (scanf) is used in a format string with posit... | Ted Kremenek | 2010-07-19 | 1 | -0/+7 |
* | Hook up 'invalid conversion' warning for scanf format strings. | Ted Kremenek | 2010-07-19 | 1 | -0/+1 |
* | Add missing conversion specifier parsing for 'u', 'x', 'o', and 's'. Fixes <... | Ted Kremenek | 2010-07-19 | 1 | -0/+3 |
* | Remove unicode quotes characters that somehow made it into a recent commit of... | Ted Kremenek | 2010-07-16 | 1 | -1/+1 |
* | Hook up warning for an incomplete scanlist in scanf format strings. | Ted Kremenek | 2010-07-16 | 1 | -0/+1 |
* | Tweak zero-field width in scanf format string diagnostic. | Ted Kremenek | 2010-07-16 | 1 | -2/+2 |
* | Add initial test cases for scanf format string checking. | Ted Kremenek | 2010-07-16 | 1 | -0/+14 |