Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix buffer over-reads in systemd input plugin (#9788). In systemd_enumerate_data_store: when copying the item value the input string may not be 0-terminated, so relying on strlen may lead to reads beyond the end of the buffer. Use the known string length instead of strlen. Signed-off-by: Bodo Petermann <[email protected]>
- Loading branch information