mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=33881. Not only we would duplicate unknown input on the stack, we would do it over and over. So let's first check that the input has reasonable length, but also allocate just one fixed size buffer.