Skip to content

qt: CWE-824: Access of Uninitialized Pointer

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/cwe824 into master

It appears that only one function pointer is initialized in vlc_metadata_cbs instance, leading to calling function that does not exist in the memory location.

Merge request reports