You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When CloseClient is called on an encrypted connection, con->pipe_pid is not reset but con->file is, and the connection is not destroyed.
Later, in main(), this line segfaults:
/*
* Write data as needed...
*/
if (con->pipe_pid && FD_ISSET(con->file, input))
To cause this to happen, just reload https://cupsserver:631/printers/testprinter (for example) quickly several times when /printers has 'Encryption required' in cupsd.conf.
The text was updated successfully, but these errors were encountered:
Version: 1.1.23
CUPS.org User: twaugh.redhat
When CloseClient is called on an encrypted connection, con->pipe_pid is not reset but con->file is, and the connection is not destroyed.
Later, in main(), this line segfaults:
To cause this to happen, just reload https://cupsserver:631/printers/testprinter (for example) quickly several times when /printers has 'Encryption required' in cupsd.conf.
The text was updated successfully, but these errors were encountered: