Commit 7d6c912
committed
scheduler: Fix possible use_after_free in
If `cupsdSendHeader()` fails, we free the connection and return -1, but
in that case we try to free the connection again in `cupsdReadClient()`.check_start_tls
1 parent 764b8bf commit 7d6c912
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2761 | 2761 | | |
2762 | 2762 | | |
2763 | 2763 | | |
2764 | | - | |
2765 | | - | |
2766 | 2764 | | |
2767 | | - | |
2768 | 2765 | | |
2769 | 2766 | | |
2770 | 2767 | | |
| |||
0 commit comments