mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
explicit_bzero was added in glibc 2.25. Make use of it. explicit_bzero is hardcoded to zero the memory, so string erase now truncates the string, instead of overwriting it with 'x'. This causes a visible difference only in the journalctl case.