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

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    0d78b7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8f5c0d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #294 from vstakhov/vstakhov-fix-fuzz

    Fix issues with the include error propagation
    vstakhov committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    a5c45e8 View commit details
    Browse the repository at this point in the history
  4. Fix issue with incorrect state handling

    Issue: #289
    vstakhov committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    675ab32 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #295 from vstakhov/vstakhov-fix-fuzz

    Fix issue with incorrect state handling
    vstakhov committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    09c4f3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0820e70 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #296 from vstakhov/vstakhov-fix-fuzz

    Fix issue with setting length when parsing vars
    vstakhov committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    0a94bbd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bb92fa4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    92ed010 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #297 from vstakhov/vstakhov-fix-fuzz

    Do not enter macro state with macros disabled
    vstakhov committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    ac160cf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f23856f View commit details
    Browse the repository at this point in the history
  12. Merge pull request #298 from vstakhov/vstakhov-fix-fuzz

    If we have seen comments, do not skip key checks
    vstakhov committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    6e10be9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6cd32a1 View commit details
    Browse the repository at this point in the history
  14. Version 0.9.2

    vstakhov committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    f897d5a View commit details
    Browse the repository at this point in the history

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