- Dec 17, 2020
-
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
Pierre Lamot authored
-
- Dec 16, 2020
-
-
Hugo Beauzée-Luyssen authored
-
David authored
Open panel was showing only half of the tab view, because the animation was interrupted right in the middle.
-
François Cartegnie authored
-
- Dec 15, 2020
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
Which would in turn cause a size verification failure, leading to a buffer overflow Reported by: Zhen Zhou, NSFOCUS Security Team
-
the stored track index might not match the one at parsing time Reported by: Zhen Zhou, NSFOCUS Security Team Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Reported by: Zhen Zhou, NSFOCUS Security Team Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Reported by: Zhen Zhou, NSFOCUS Security Team Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
Reported by: Zhen Zhou, NSFOCUS Security
-
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>
-
Hugo Beauzée-Luyssen authored
-
- Dec 14, 2020
-
-
David authored
Check whether vlc-cache-gen can actually be executed, to detect whether it is available for the right architecture. If it is not available, support the possibility to not sign the plugins.dat cache file. Also support the case the cache file is not there from the beginning.
-
David authored
Calling on the symlink replaces that symlink with the real file with latest versions of that tool. This invalidated the framework structure of the Sparkle.framework.
-
François Cartegnie authored
This partially reverts commit d3485272.
-
Pierre Lamot authored
-
Pierre Lamot authored
-
Pierre Lamot authored
-
Hugo Beauzée-Luyssen authored
-
François Cartegnie authored
-
François Cartegnie authored
all good for 4 months
-
Felix Paul Kühne authored
-
- Dec 12, 2020
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- Dec 11, 2020
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Calling front() on an empty container is undefined behavior
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
The longuest string is 26 characters long, not including terminal null byte
-
Hugo Beauzée-Luyssen authored
Otherwise link might fail
-
Hugo Beauzée-Luyssen authored
We don't want the symbol to be mangled when building C++
-
Hugo Beauzée-Luyssen authored
No functional change
-
Hugo Beauzée-Luyssen authored
Using va_arg with the function pointer type spelled out can be considered ill-formed as per C11 §7.16.1.1 See http://c-faq.com/varargs/funcptr.html
-
Alexandre Janniaux authored
All checks were nested which was really hard to read and modify correctly. Instead use a state variable to track the detection status and chain AS_IF condition for each test.
-