]> git.ipfire.org Git - thirdparty/cups.git/commit
scheduler: Fix potential bug when adding new printers (Issue #934) 935/head
authorAndreas Karlson <a.karlson2608@hotmail.com>
Tue, 9 Apr 2024 13:14:22 +0000 (15:14 +0200)
committerAndreas Karlson <a.karlson2608@hotmail.com>
Tue, 9 Apr 2024 14:27:45 +0000 (16:27 +0200)
commit6aeb03bd071300844cb0712ff0b97c18743ad212
tree99a88bac25214501bb87e3cb7e1aaa1d44d3e455
parentdce85e17ee716aed8f653571202f47b572e3e4fd
scheduler: Fix potential bug when adding new printers (Issue #934)

When adding a new printer a thread is created to handle PPD generation,
and the requesting client connection might close while the thread is running.
This commit prevents full connection cleanup until the thread is finished.
scheduler/client.c