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

Eliminate some gcc warnings #18

Closed
wants to merge 1 commit into from

Commits on Oct 17, 2024

  1. Appease -Werror=stringop-truncation false positive

    The zeroing performed by xmalloc() means this wouldn't actually be
    an issue but this gives us a clean compilation under hardening options.
    
    Also simplify logic by including newline as a delimiter.
    andy-bower committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    150a1a6 View commit details
    Browse the repository at this point in the history