mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 19:21:53 +03:00
73777ddba5
We copied part of the string into a buffer that was off by two. If the element signature had length one, we'd copy 0 bytes and crash when looking at the "first" byte. Otherwise, we would crash because strncpy would not terminate the string.
534 B
534 B