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: vstakhov/libucl Loading
base: 0.9.2
Choose a base ref
...
head repository: vstakhov/libucl Loading
compare: master
Choose a head ref
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    37edb29 View commit details
    Browse the repository at this point in the history
  2. Fix copy/append of the internal USERDATA objects

    Issue: #301
    Closes: #301
    vstakhov committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    084de92 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Fix messagepack EXT parsing

    When we read `ext` we actually do not get any object, so we MUST NOT
    insert `parser->cur_obj` multiple times, as we will have use-after-free
    on unref. This is a serious bug.
    
    Issue: #303
    Closes: #303
    vstakhov committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    047b02b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e409ae View commit details
    Browse the repository at this point in the history
  3. Merge pull request #306 from vstakhov/vstakhov-messagepack-fix-ext

    Fix messagepack EXT parsing
    vstakhov committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5c58d0d View commit details
    Browse the repository at this point in the history
Loading