mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
If a realloc() happens in syspath_add(), the move_later pointer could point to an invalid memory region. Let move_later store the array index, instead of the pointer to the entry.