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.
v6.11.3-proposal #14852
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
Uh oh!
There was an error while loading. Please reload this page.
v6.11.3-proposal #14852
Changes from 1 commit
9ca67e05900ebe67ce52c73c720d5ba65f2e79c054a7b94507bb200ff578c9ba1cef1f6518932f9e4279547e74b202bfccc2a0a93eefd322e82a91474d5cbae8438c17fed989403c45fefc0f648b161e04a3e089e15e2e77a5248db7c7112c7025deb793fc63808e37371b64855c96cf08f7cca91fb0cb543d2de3bdf7bf2f19dcd135e1e3406b3c09356e965e9b203389f294842b84c6731d1b5a9d7b387906d21fb19ac0abc82d6d02bf4fff0b83cd962e68ba7843a04d4eafd6bbc0676a94ed3c85a4beca25a7142c92dc3d295c34a747b03430b7648cca70901b274945dddb4faba35f9111bd8574c51364b781edf590bcbcca2bc7c3a2eb926b49e7866f1d91ceac851c43b3d47c346f199f3c0b8cc5c65c87f6f1c201d82d8ae7eeff4963228bccd2f59e2d85ed5bf137d34bc788f664e5509205f46e4a028b7c4fcf20ed494dabeee0cacd6c963ea0eb7b38bda3cd73362de3394d3b76d1633f8b2a1a93dc2090a0325813e2af2165c307f038dbf8279599faa49d3dee40a61e1688e5edc5adb5f7d851e3b0286ac95be08e1e40390a1683618b945e794ff591b9b343c77506e4a696e2ebbe32888b69504f8b60e43047cf17a8eddfd7afa17c4f21b3d6ab8e2226ef711d5ba9c1a7e872977fdcebbd1c79013155d11ed4c27f7a070ad2431c987332ac013c543ba55d86fd3dd295a95cc1a88c3edbb652039f6240e5375a94b9de442ce80d9fe6735c438a64231f572cdbce2ecFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Original commit message: ares_parse_naptr_reply: make buffer length check more accurate 9478908a490a6bf009ba58d81de8c1d06d50a117 introduced a length check for records parsed by `ares_parse_naptr_reply()`. However, that function is designed to parse replies which also contain non-NAPTR records; for A records, the `rr_len > 7` check will fail as there are only 4 bytes of payload. In particular, parsing ANY replies for NAPTR records was broken by that patch. Fix that by moving the check into the case in which it is already known that the record is a NAPTR record. Ref: c-ares/c-ares@18ea996 PR-URL: #13883 Reviewed-By: James M Snell <jasnell@gmail.com>Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing