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

iprep: test reputation & category file newline handling #1343

Commits on Aug 3, 2023

  1. iprep: test reputation & category file newline handling

    The commit
    e7c0f0ad9 src: remove multiple uses of atoi
    caused a regression in parsing of ip-rep reputation
    config files.
    
    Previously, due to the use of atoi() in parsing ip-rep values,
    when the line was split by SRepSplitLine the \r at following the
    reputation score was ignored.
    
    Bug: #6243
    coledishington committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    372ae94 View commit details
    Browse the repository at this point in the history