]> git.ipfire.org Git - thirdparty/cups.git/commit
Fix use-after-free in cupsdAcceptClient() (fixes CVE-2023-34241)
authorZdenek Dohnal <zdohnal@redhat.com>
Thu, 22 Jun 2023 10:11:51 +0000 (12:11 +0200)
committerZdenek Dohnal <zdohnal@redhat.com>
Thu, 22 Jun 2023 10:11:51 +0000 (12:11 +0200)
commit6f6da74ec284e28c156f0b9f62f3bd610e61aa78
tree898974a3f430e20ce77adf348bf7ee6f4bd4dc2d
parent3f12185ca9cbb5350a6370d6046066907b8abc12
Fix use-after-free in cupsdAcceptClient() (fixes CVE-2023-34241)

Fix use-after-free when logging warnings in case of failures
in `cupsdAcceptClient()` (fixes CVE-2023-34241)
CHANGES.md
scheduler/client.c