Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: icculus/SDL_sound Loading
base: v2.0.2
Choose a base ref
...
head repository: icculus/SDL_sound Loading
compare: main
Choose a head ref
  • 18 commits
  • 11 files changed
  • 7 contributors

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    1f8b5c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f80947a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Remove broken FreeBSD specific condition

    There's no need to set FreeBSD-specific pkgconfig path as FreeBSD handles this by itself by moving the file into right location. Also the condition is always false as CMake does not define `FREEBSD` by default.
    AMDmi3 authored and sezero committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    147090c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    253b00c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    1507be9 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    c8e96be View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Import an stb_vorbis fix from upstream PR/1563:

    Patch by Seb de Graffenried (@Seb-degraff): nothings/stb#1563
    Fixes distorted decompressed audio when UBSan was enabled.
    sezero committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a7e7d1f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Configuration menu
    Copy the full SHA
    d9d196a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. stb_vorbis: fix CVE-2023-45676 and CVE-2023-45677.

    Based on the patches by Jaroslav Lobačevski (@JarLob) submitted
    to mainstream at: nothings/stb#1554 and
    nothings/stb#1555
    
    GHSL-2023-166/CVE-2023-45676: Multi-byte write heap buffer overflow in start_decoder()
    GHSL-2023-167/CVE-2023-45677: Heap buffer out of bounds write in start_decoder()
    sezero committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a9e5aa8 View commit details
    Browse the repository at this point in the history
  2. stb_vorbis: fix CVE-2023-45679 and CVE-2023-45680.

    Based on the patches by Jaroslav Lobačevski (@JarLob) submitted
    to mainstream at: nothings/stb#1557 and
    nothings/stb#1558
    
    GHSL-2023-169/CVE-2023-45679: Attempt to free an uninitialized memory pointer in vorbis_deinit()
    GHSL-2023-170/CVE-2023-45680: Null pointer dereference in vorbis_deinit()
    sezero committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    09996c4 View commit details
    Browse the repository at this point in the history
  3. stb_vorbis: fix CVE-2023-45681 (integer overflow.)

    Based on patch by Jaroslav Lobačevski (@JarLob) submitted to
    mainstream at nothings/stb#1559
    
    GHSL-2023-171/CVE-2023-45681: Out of bounds heap buffer write
    sezero committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    f04567f View commit details
    Browse the repository at this point in the history
  4. stb_vorbis: fix CVE-2023-45682

    Based on patch by Jaroslav Lobačevski (@JarLob) submitted to
    mainstream at nothings/stb#1560
    
    GHSL-2023-172/CVE-2023-45682: Wild address read in vorbis_decode_packet_rest()
    sezero committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    9ebcb8b View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    d372bfe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7cc5fec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ee6c83 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    c563941 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Update CMakeLists.txt, add option for docs

    Add SDLSOUND_BUILD_DOCS option to control whether build docs
    Sepcnt authored and sezero committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    fdcecaf View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. chore: update to use https

    chenrui333 authored and icculus committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    97827a4 View commit details
    Browse the repository at this point in the history
Loading