[openssl/openssl] 69aef7: ossl_quic_wire_encode_pkt_hdr(): Assign ptrs only ...
Tomáš Mráz
noreply at github.com
Fri Jul 14 09:54:09 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 69aef722645a6b0b2708ca3f08dde1599e2998a4
https://github.com/openssl/openssl/commit/69aef722645a6b0b2708ca3f08dde1599e2998a4
Author: Tomas Mraz <tomas at openssl.org>
Date: 2023-07-14 (Fri, 14 Jul 2023)
Changed paths:
M ssl/quic/quic_wire_pkt.c
M test/quic_record_test.c
Log Message:
-----------
ossl_quic_wire_encode_pkt_hdr(): Assign ptrs only on static buf wpkt
Pointers can be invalidated when the underlying BUF_MEM grows.
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21411)
Commit: b6bf1cbf1d48bd02f3fae2fb0bf922100efd0be5
https://github.com/openssl/openssl/commit/b6bf1cbf1d48bd02f3fae2fb0bf922100efd0be5
Author: Tomas Mraz <tomas at openssl.org>
Date: 2023-07-14 (Fri, 14 Jul 2023)
Changed paths:
M include/internal/recordmethod.h
Log Message:
-----------
quicapitest: Fix SSL_trace() test on big endian platforms
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21411)
Compare: https://github.com/openssl/openssl/compare/bdff3258310a...b6bf1cbf1d48
More information about the openssl-commits
mailing list