-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Closed
Labels
backlog fixThe issue was closed as part of the backlog reduction initiative.The issue was closed as part of the backlog reduction initiative.resolved: wont fixThe issue has been confirmed but won't be fixedThe issue has been confirmed but won't be fixedtriaged: featureThe issue/pr requests/adds a featureThe issue/pr requests/adds a featuretriaged: questionThe issue contains a questionThe issue contains a question
Description
This came up in #15283 (comment).
Looks like ERR_clear_error() is not really constant-time due to
static ossl_inline void err_clear(...) in crypto/err/err_local.h
calling OPENSSL_free(es->err_file[i]) and OPENSSL_free(es->err_func[i]), where es->err_file[i] and es->err_func[i] should be NULL if and only if no error queue entry is present at index i.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backlog fixThe issue was closed as part of the backlog reduction initiative.The issue was closed as part of the backlog reduction initiative.resolved: wont fixThe issue has been confirmed but won't be fixedThe issue has been confirmed but won't be fixedtriaged: featureThe issue/pr requests/adds a featureThe issue/pr requests/adds a featuretriaged: questionThe issue contains a questionThe issue contains a question