mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 06:30:30 +00:00
Use calloc to request cleared memory instead. Kernel and libc conspire to make this more efficient. Also, replace one malloc() + strcpy() with strdup(). Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>