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

Fix parsing ip-reputation data with carriage return #9357

Closed
wants to merge 1 commit into from

Commits on Aug 8, 2023

  1. iprep: fix parsing ip-rep data with carriage return

    Commit e7c0f0a removed uses of atoi with a new number parsing
    functions. This broke parsing ip-reputation data files that contained
    trailing carriage returns as it was being included in the number
    string to convert.
    
    Bug: OISF#6243.
    thomasjwinter committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3344b71 View commit details
    Browse the repository at this point in the history