[zlib] Fix CVE-2022-37434#26792
Merged
vicroms merged 4 commits intomicrosoft:masterfrom Sep 26, 2022
Faaux:zlib-CVE-2022-37434
Merged
[zlib] Fix CVE-2022-37434#26792vicroms merged 4 commits intomicrosoft:masterfrom Faaux:zlib-CVE-2022-37434
vicroms merged 4 commits intomicrosoft:masterfrom
Faaux:zlib-CVE-2022-37434
Conversation
Contributor
Author
|
Hope this all works out (first time contributing), corresponding issue: #26790 |
FrankXie05
suggested changes
Sep 15, 2022
FrankXie05
suggested changes
Sep 15, 2022
FrankXie05
approved these changes
Sep 20, 2022
dg0yt
reviewed
Sep 20, 2022
FrankXie05
suggested changes
Sep 20, 2022
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.
error: checked-in files for zlib have changed but the version was not updated
version: 1.2.12#2
old SHA: 026d6d9651ff45fd010acbc952c303d7069f2be8
new SHA: d40d86865ecbcc5b54d21f840dd2212556aeadd5
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
FrankXie05
approved these changes
Sep 23, 2022
|
@madler has done the new build, the 1.2.13 has been released with the CVE-2022-37434 fix. |
Contributor
|
@Neustradamus You can submit a new issue to update |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe the pull request
What does your PR fix?
Fixes CVE-2022-37434 for zlib through 1.2.12
Which triplets are supported/not supported? Have you updated the [CI baseline]
Same as before
Does your PR follow the maintainer guide?
YesIf you have added/updated a port: Have you run
./vcpkg x-add-version --alland committed the result?Yes