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