[vlc-commits] [Git][videolan/vlc][master] text_renderer/svg: don't write text if XML was not converted properly

2023-11-27 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: ae4942ee by Steve Lhomme at 2023-11-27T08:26:16+00:00 text_renderer/svg: dont write text if XML was not converted properly - - - - - 1 changed file: - modules/text_renderer/svg.c Changes:

[vlc-commits] [Git][videolan/vlc][master] qt: reset invalid item loader when parent id changes in MLBaseModel

2023-11-27 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 3aa2e0cd by Fatih Uzunoglu at 2023-11-27T11:13:13+00:00 qt: reset invalid item loader when parent id changes in MLBaseModel - - - - - 1 changed file: - modules/gui/qt/medialibrary/mlbasemodel.cpp Changes:

[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml: improve spacing in top banner

2023-11-27 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: e9c189c0 by Prince Gupta at 2023-11-27T11:49:37+00:00 qml: improve spacing in top banner - - - - - 1fa7526b by Prince Gupta at 2023-11-27T11:49:37+00:00 qml: make search field width adaptable - - - - - 2 changed files: -

[vlc-commits] [Git][videolan/vlc][master] 9 commits: modules: fix vlc_memstream_close success checks

2023-11-27 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 05761dd3 by Steve Lhomme at 2023-11-28T06:35:20+00:00 modules: fix vlc_memstream_close success checks It doesnt return VLC_SUCCESS but 0 (even though its the same thing). - - - - - b23c4e71 by Steve Lhomme at

[vlc-commits] [Git][videolan/vlc][master] memstream: reset ptr on vlc_memstream_close() error

2023-11-27 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: e957881f by Steve Lhomme at 2023-11-28T06:59:37+00:00 memstream: reset ptr on vlc_memstream_close() error Its easier to spot of NULL pointer dereference than a use after free. In the POSIX implementation [1] the status of the