Skip to content

contrib: update libsmb2 to fix ";" and "@" issues

Nicolas LeQuec requested to merge nicolas_lequec/vlc:fix25513 into master

A pull request was sent to the libsmb2 project to solve the problem : https://github.com/sahlberg/libsmb2/pull/202

smb2_parse_url function from libsmb2 needs an URL with the format : smb://[<domain;][@]//.

When the optional args are not provided, the parser will still search and maybe find them in the / provided by the user. If the delimiters ; or @ are found in it, this will pose a problem to analyze the parsing.

Fixes #25513 (closed) Fixes #24637 (closed)

Edited by Thomas Guillem

Merge request reports