Merge pull request #1881 from nghttp2/nghttpx-fix-heap-use-after-free

nghttpx: Fix heap-use-after-free
This commit is contained in:
Tatsuhiro Tsujikawa 2023-03-11 12:07:50 +09:00 committed by GitHub
commit ef7bb8ef9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1891,7 +1891,8 @@ int event_loop() {
shutdown_worker_process_ready_ipc_watcher(loop);
if (!config->single_process) {
// config is now stale if reload has happened.
if (!get_config()->single_process) {
shutdown_signal_watchers(loop);
}