Skip to content
Snippets Groups Projects
  1. Jan 06, 2022
  2. Jan 05, 2022
  3. Jan 04, 2022
    • Marvin Scholz's avatar
      contrib: sparkle: do not change install_name · b97c1377
      Marvin Scholz authored and David's avatar David committed
      Changing the install name is no longer necessary since
      0831e42e
      and doing so breaks the ad-hoc code signing leading to a broken
      bundle and pseudo-bundle on arm64 which requires ad-hoc signing.
      
      Fix #26127
      b97c1377
    • Marvin Scholz's avatar
      macosx: add rpath for Frameworks · ffaadb57
      Marvin Scholz authored and David's avatar David committed
      The Frameworks folder was missing in the rpath, leading to Frameworks
      like Sparkle requiring change of the install_name after it was built
      instead of just using rpath properly.
      ffaadb57
    • Romain Vimont's avatar
      core: fix jaro-winkler heap-buffer-overflow · 52ef980f
      Romain Vimont authored and Romain Vimont's avatar Romain Vimont committed
      The implementation could read beyond the b string.
      
      Reported by ASAN:
      
          $ ./vlc --opaaaaaaa
          …
          Error: Unknown option `--opaaaaaaa'
          =================================================================
          ==522294==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x602000022655 at pc 0x7f8b1793d73d bp 0x7ffe311de800 sp 0x7ffe311de7f8
          READ of size 1 at 0x602000022655 thread T0
              #0 0x7f8b1793d73c in jaro_inner ../../src/config/jaro_winkler.c:111
              #1 0x7f8b1793db7a in vlc_jaro_winkler ../../src/config/jaro_winkler.c:159
      52ef980f
    • Romain Vimont's avatar
      core: fix incorrect use of ssize_t · 55995aa4
      Romain Vimont authored and Romain Vimont's avatar Romain Vimont committed
      The type ssize_t may contain either a non-negative integer or -1. It is
      only guaranteed to support values in range [-1, SSIZE_MAX], so it should
      not contain arbitrary negative values.
      55995aa4
    • Jean-Baptiste Kempf's avatar
      2022 is here · f1603b69
      Jean-Baptiste Kempf authored and Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen committed
      f1603b69
  4. Jan 03, 2022
  5. Jan 02, 2022
  6. Jan 01, 2022
Loading