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

Fixed handling of long strings when using INI_USE_STACK #148

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 23, 2022

  1. Fixed handling of long strings when using INI_USE_STACK

    Undefined behavior occurred if the incoming .ini file contains a
    line that is longer than INI_MAX_LINE with the INI_USE_STACK
    option. In such a case, it is safe to abort parsing even if
    INI_STOP_ON_FIRST_ERROR is not set.
    
    Signed-off-by: Mikhail Khachayants <tyler92@inbox.ru>
    tyler92 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    f20500a View commit details
    Browse the repository at this point in the history