[openssl/openssl] 31fbf1: A static const variable is implicitly zero initial...
Tomáš Mráz
noreply at github.com
Wed Sep 28 02:39:37 UTC 2022
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 31fbf119f396cf67e808cb95e28302dbe45174cb
https://github.com/openssl/openssl/commit/31fbf119f396cf67e808cb95e28302dbe45174cb
Author: Tomas Mraz <tomas at openssl.org>
Date: 2022-09-27 (Tue, 27 Sep 2022)
Changed paths:
M crypto/bio/bss_dgram_pair.c
Log Message:
-----------
A static const variable is implicitly zero initialized
Older clang versions complain about the explicit initializer
because the first member of the struct is a struct.
But it is not necessary to explicitly initialize it anyway.
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19284)
Commit: 3c9ffd0273b7e1e1e425be03c5e8a58ef07c4625
https://github.com/openssl/openssl/commit/3c9ffd0273b7e1e1e425be03c5e8a58ef07c4625
Author: Tomas Mraz <tomas at openssl.org>
Date: 2022-09-27 (Tue, 27 Sep 2022)
Changed paths:
M ssl/record/methods/tls_common.c
Log Message:
-----------
tls_write_records_default(): Remove unused variable
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19284)
Commit: 9643ddb13af88c153c150c91ae538ff04808577e
https://github.com/openssl/openssl/commit/9643ddb13af88c153c150c91ae538ff04808577e
Author: Tomas Mraz <tomas at openssl.org>
Date: 2022-09-27 (Tue, 27 Sep 2022)
Changed paths:
M crypto/bio/bss_dgram_pair.c
Log Message:
-----------
dgram_pair_read_inner(): Do not move buf pointer if it is NULL
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19284)
Compare: https://github.com/openssl/openssl/compare/2f7e61b8b21e...9643ddb13af8
More information about the openssl-commits
mailing list