-
The function vlc_tls_GetLine() forgot to truncate the string if a line sent by the server did not end with `\r\n`. As a consequence, it returned a non-NUL-terminated string. Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
746bdbb1
Loading
The function vlc_tls_GetLine() forgot to truncate the string if a line
sent by the server did not end with `\r\n`. As a consequence, it returned a
non-NUL-terminated string.
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
VideoLAN code repository instance