> Am 01.03.2025 um 09:59 schrieb Jakub Jelinek :
>
> Hi!
>
> As the comment in check_line says:
> /* get_buffer is not null terminated, but the sscanf stops after a number.
> */
> the buffer is not null terminated, there is line.length () to determine
> the size of the line. But unlike wh
Hi!
As the comment in check_line says:
/* get_buffer is not null terminated, but the sscanf stops after a number. */
the buffer is not null terminated, there is line.length () to determine
the size of the line. But unlike what the comment says, sscanf actually
still requires null terminated st