Skip to content

Change ERR_add_error_[v]data to append#9181

Closed
richsalz wants to merge 3 commits intoopenssl:masterfrom
richsalz:vdata-append
Closed

Change ERR_add_error_[v]data to append#9181
richsalz wants to merge 3 commits intoopenssl:masterfrom
richsalz:vdata-append

Conversation

@richsalz
Copy link
Contributor

The "add error data" functions now append to the current error.
Add a test for this, and update the documentation.
Cleanup some of the ERR_put functions.
In the FIPS module, always append "(in the FIPS module)" to any errors.

This replaces #8887. Ping @levitte.

The "add error data" functions now append to the current error.
Add a test for this.
Cleanup some of the ERR_put functions.
In the FIPS module, always append "(in the FIPS module)" to any errors.
@levitte levitte added the approval: review pending This pull request needs review by a committer label Jun 18, 2019
@bernd-edlinger
Copy link
Member

if/when merged, i hope all commits will be squashed.

you could use git commit --fixup <hash> to assist
automatic squashing with git rebase -i --autosquash on merge.

@richsalz
Copy link
Contributor Author

yes, but i was more concerned about the OSD stuff going and resurrecting.

@levitte levitte added approval: done This pull request has the required number of approvals branch: master Applies to master branch and removed approval: review pending This pull request needs review by a committer labels Jun 18, 2019
@levitte
Copy link
Member

levitte commented Jun 18, 2019

Merged.

8908d18 Change ERR_add_error_[v]data to append

@levitte levitte closed this Jun 18, 2019
levitte pushed a commit that referenced this pull request Jun 18, 2019
The "add error data" functions now append to the current error.
Add a test for this.
Cleanup some of the ERR_put functions.
In the FIPS module, always append "(in the FIPS module)" to any errors.

Reviewed-by: Bernd Edlinger <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
(Merged from #9181)
@richsalz richsalz deleted the vdata-append branch June 19, 2019 00:43
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 branch: master Applies to master branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants