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

log.c: Fix crash due negative buffer size #272

Closed
wants to merge 1 commit into from

Commits on Apr 12, 2023

  1. log.c: Fix crash due negative buffer size

    A higher pointer address is subtracted from lower pointer address in
    `write_log`, which causes crash if pappl is built with
    _FORTIFY_SOURCE=3.
    
    It can be reproduced by starting `lprint` service.
    zdohnal committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    0edc517 View commit details
    Browse the repository at this point in the history