Skip to content

libvlc http : initialize token properly

Unititialization of the vlc_http_resource struct's token member caused bad access exceptions with the input on iOS and macOS.
It appeared mostly when http resource was deinit or when the creation of an authentication bearer header was wrongly attempted.

See this backtrace report for symptoms appearing before the patch.

Merge request reports