]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/quic/quic_channel.c
QUIC CHANNEL: Do not copy terminate cause as it is not modified after termination
authorHugo Landau <hlandau@openssl.org>
Tue, 18 Apr 2023 18:30:55 +0000 (19:30 +0100)
committerHugo Landau <hlandau@openssl.org>
Fri, 12 May 2023 13:47:12 +0000 (14:47 +0100)
commit723cbe8a73fe3644bb4d8f20d475e57f44955b54
treeac9407bf6e13d8165a592cedddacea494dc162bc
parentb89c81e43b88c48d7cb5ce48665bab6c36ae02ac
QUIC CHANNEL: Do not copy terminate cause as it is not modified after termination

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20765)
include/internal/quic_channel.h
include/internal/quic_tserver.h
ssl/quic/quic_channel.c
ssl/quic/quic_tserver.c
test/helpers/quictestlib.c