mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-27 01:50:28 +00:00
Merge pull request #1881 from nghttp2/nghttpx-fix-heap-use-after-free
nghttpx: Fix heap-use-after-free
This commit is contained in:
commit
ef7bb8ef9f
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user