Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let iniparser_getstring() not return NULL if there is a section (not key) with specified name #139

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 20, 2022

  1. Fix segfault on malformed config files (ndevilla#125)

    - iniparser_getstring() returns `NULL` on some condition and it can cause crash
    dofuuz committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    986d7a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Fix broken iniparser_dump(section)_ini()

    - Fix iniparser_find_entry()
    - Return (null) in NULL case(section / key with NULL value)
    dofuuz committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    e86fdfa View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

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

Commits on Apr 15, 2024

  1. Make iniparser_null_string[] external

    - to allow explicit pointer check
    - Add more explicit NULL check to be sure
    dofuuz committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    dc642f3 View commit details
    Browse the repository at this point in the history