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

librc: use return value of rc_getline for len instead of the buffer size #744

Merged
merged 1 commit into from
Sep 18, 2024

Commits on Sep 18, 2024

  1. librc: Use proper string length in file_regex.

    Currently the code uses the total size of the buffer as the bounds for
    looping \0 separated fields, which leads to reading uninitialized data
    and possibly overrun the buffer during regexec.
    
    Observed on musl while matching /proc/cpuinfo.
    navi-desu committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ede3f5e View commit details
    Browse the repository at this point in the history