Systemd/src/sysctl
Khem Raj bfc4183ea9 sysctl: Don't pass null directive argument to '%s'
value pointer here is always NULL but  subsequent use of that pointer
with a %s format will always be NULL, printing p instead would be a
valid string

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-16 21:01:39 -08:00
..
sysctl.c sysctl: Don't pass null directive argument to '%s' 2018-12-16 21:01:39 -08:00