Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | journald: check whether sscanf has changed the value corresponding to %n | Evgeny Vereshchagin | 2018-11-17 | 1 | -0/+1 |
| | | | | | | | | | It's possible for sscanf to receive strings containing all three fields and not matching the template at the same time. When this happens the value of k doesn't change, which basically means that process_audit_string tries to access memory randomly. Sometimes it works and sometimes it doesn't :-) See also https://bugzilla.redhat.com/show_bug.cgi?id=1059314. | ||||
* | tests: add a fuzzer for process_audit_string | Evgeny Vereshchagin | 2018-11-16 | 1 | -0/+1 |