mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
We must copy the option string, since in one case we are called with a pointer into dynamic memory that will be freed by the caller. As discussed here: https://github.com/systemd/systemd/pull/22908/files#r839394490 Follow-up for: #22908