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: baresip/re
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.21.0
Choose a base ref
...
head repository: baresip/re
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.21.1
Choose a head ref
  • 7 commits
  • 9 files changed
  • 2 contributors

Commits on Mar 28, 2025

  1. Configuration menu
    Copy the full SHA
    17dafda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59ff6d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. Configuration menu
    Copy the full SHA
    13db0f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f0c536 View commit details
    Browse the repository at this point in the history
  3. mem/mem_pool: use pointer-pointer to prevent heap-use-after-free (#1290)

    If mem_pool_entry pointer is stored by application a mem_pool_extend derefs this pointer. This PR uses a pointer-pointer list to keep old mem_pool_entry pointers intact.
    
    Fixes baresip/baresip#3338
    sreimers authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    3cb20fe View commit details
    Browse the repository at this point in the history
  4. ci/abi: bump ref

    sreimers committed Apr 4, 2025
    Configuration menu
    Copy the full SHA
    e4a4777 View commit details
    Browse the repository at this point in the history
  5. Release v3.21.1 (#1292)

    sreimers authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    2c097fb View commit details
    Browse the repository at this point in the history
Loading