Avoid using undefined value in generate_stateless_cookie_callback#16381
Avoid using undefined value in generate_stateless_cookie_callback#16381bernd-edlinger wants to merge 2 commits intoopenssl:OpenSSL_1_1_1-stablefrom
Conversation
|
Looks like the same problem applies to master, so this fix should be applied there too. |
|
Yes for master. |
|
master solved this differently, and initialized temp = 0, so it's not undefined. |
|
do you still want me to add the if (res != 0) in master? |
|
Ah, sorry. That's me misreading the code. Ignore me. The code actually looks a little different here in master anyway. 1.1.1 only is fine by me. |
|
I'd still be tempted to make this change in master too, just from the point of view of don't change things on failure. |
|
24 hours has passed since 'approval: done' was set, but as this PR has been updated in that time the label 'approval: ready to merge' is not being automatically set. Please review the updates and set the label manually. |
Reviewed-by: Paul Yang <[email protected]> Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> (Merged from #16381)
|
Merged to 1.1.1 branch. Thank you. |
Checklist