Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rm err get string table #1389

Closed
wants to merge 2 commits into from
Closed

Rm err get string table #1389

wants to merge 2 commits into from

Conversation

richsalz
Copy link
Contributor

@richsalz richsalz commented Aug 3, 2016

No description provided.

@richsalz richsalz self-assigned this Aug 3, 2016
@richsalz richsalz added this to the 1.1.0 milestone Aug 3, 2016
@richsalz
Copy link
Contributor Author

richsalz commented Aug 3, 2016

See #1379

hash = get_hash(0, 0);
if (hash)
p = lh_ERR_STRING_DATA_retrieve(hash, d);
if (int_error_hash)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

!= NULL?

@kaduk
Copy link
Contributor

kaduk commented Aug 3, 2016

I'm happy to see this in preference to 1379, modulo style nits.

@richsalz
Copy link
Contributor Author

richsalz commented Aug 3, 2016

yeah, fixed those with an updated commit. thanks.

@@ -1800,7 +1800,6 @@ EVP_PKEY_meth_get_verify_recover 1785 1_1_0 EXIST::FUNCTION:
NAME_CONSTRAINTS_check 1786 1_1_0 EXIST::FUNCTION:
X509_CERT_AUX_it 1787 1_1_0 EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
X509_CERT_AUX_it 1787 1_1_0 EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
ERR_get_string_table 1788 1_1_0 EXIST::FUNCTION:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This introduces a "gap" in libcrypto.num. Do we need to recreate this before final release? Not a problem for this MR though I think.

@mattcaswell
Copy link
Member

+1 for merge after beta

@mattcaswell mattcaswell added the approval: done This pull request has the required number of approvals label Aug 4, 2016
levitte pushed a commit that referenced this pull request Aug 4, 2016
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from #1389)
levitte pushed a commit that referenced this pull request Aug 4, 2016
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from #1389)
@richsalz
Copy link
Contributor Author

richsalz commented Aug 4, 2016

merged, thanks.

@richsalz richsalz closed this Aug 4, 2016
@richsalz richsalz deleted the rm-err-get-string-table branch August 4, 2016 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: done This pull request has the required number of approvals
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants