Go to file
Zdenek Dohnal ce806a465d Fix crash in write_log() due invalid buffer size
I've encountered it when I was starting lprint service and it crashed on
this function - the crash itself appeared because pappl is now built
with _FORTIFY_SOURCE=3, which detects this invalid buffer size and crash
the application.

The problem was that higher pointer was subtracted from a lower to get
buffer size, so it ended up negative. The fix is from upstream, see the
link in SPEC file.
2023-04-13 07:27:40 +02:00
.gitignore Rebase to version 1.3.1 (#2157744) 2023-01-19 09:35:39 +01:00
pappl-writelog.patch Fix crash in write_log() due invalid buffer size 2023-04-13 07:27:40 +02:00
pappl.spec Fix crash in write_log() due invalid buffer size 2023-04-13 07:27:40 +02:00
README.md Added the README 2021-04-27 09:29:07 +00:00
sources Rebase to version 1.3.1 (#2157744) 2023-01-19 09:35:39 +01:00

pappl

The pappl package