summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/string/string.cpp
diff options
context:
space:
mode:
authorbabenko <[email protected]>2026-04-20 14:39:40 +0300
committerbabenko <[email protected]>2026-04-20 22:13:55 +0300
commit4f0b2d945c97970cfa75d1848cd0396987e3077a (patch)
tree0bf0c704c04f77d39a6a631a8dec29a35313ba3e /library/cpp/yt/string/string.cpp
parent40d4a73cdef7d1097a6a62b07acd2c30d1bc81bd (diff)
Fix null peer certificate falling through to GetFingerprintSHA256 after Abort
When `SSL_get_peer_certificate` returns null, `Abort` was called but execution continued into `GetFingerprintSHA256(peerCertificate)` with a null pointer. Added `return false` after `Abort` to stop further processing. commit_hash:96350699f3eca6be909759ed27e27f68c4f731ca
Diffstat (limited to 'library/cpp/yt/string/string.cpp')
0 files changed, 0 insertions, 0 deletions