]> git.ipfire.org Git - thirdparty/systemd.git/commit
journald: make it clear that dev_kmsg_record modifies the string passed to it
authorEvgeny Vereshchagin <evvers@ya.ru>
Fri, 10 Aug 2018 12:45:42 +0000 (12:45 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Fri, 10 Aug 2018 13:34:24 +0000 (13:34 +0000)
commit1e0c5fc2a76e4f3d508331f410899c50493e1fc9
tree335cd9c1ea1a16561a85e35d2560b069e086c8da
parent5d3bab79e8409a50d65f2af9c506c0d99a85775c
journald: make it clear that dev_kmsg_record modifies the string passed to it

The function replaces a couple commas, a semicolon and the final newline with
zero bytes in the string passed to it. The 'const' seems to have been added
by accident during a bulk edit (more specifically 3b3154df7e2773332bb814).
src/journal/journald-kmsg.c