Skip to content

main: fix out of bounds write

Ilya K. requested to merge K900/plymouth:main into main

strlen returns length without the null terminator, so we need to make space for the newline AND the terminator.

Merge request reports