-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Ensure regex authority is matched to fix sanitizer arrays #7866
Conversation
✅ Deploy Preview for meta-velox canceled.
|
This pull request was exported from Phabricator. Differential Revision: D51822902 |
a48dbe1
to
38e099c
Compare
…cubator#7866) Summary: It is possible to trigger address sanitizer when passed garbage strings in matchAuthorityAndPath function. We need to ensure that subgroups are actually matched, since accessing an unmatched string can lead to asan errors. Differential Revision: D51822902
This pull request was exported from Phabricator. Differential Revision: D51822902 |
38e099c
to
f3a088e
Compare
…cubator#7866) Summary: It is possible to trigger address sanitizer when passed garbage strings in matchAuthorityAndPath function. We need to ensure that subgroups are actually matched, since accessing an unmatched string can lead to asan errors. Differential Revision: D51822902
This pull request was exported from Phabricator. Differential Revision: D51822902 |
f3a088e
to
9bef98c
Compare
This pull request was exported from Phabricator. Differential Revision: D51822902 |
…sto functions (facebookincubator#7866) Summary: It is possible to trigger address sanitizer when passed garbage strings in matchAuthorityAndPath function. We need to ensure that subgroups are actually matched, since accessing an unmatched string can lead to asan errors. Differential Revision: D51822902
9bef98c
to
11a1d75
Compare
This pull request was exported from Phabricator. Differential Revision: D51822902 |
…sto functions (facebookincubator#7866) Summary: It is possible to trigger address sanitizer when passed garbage strings in matchAuthorityAndPath function. We need to ensure that subgroups are actually matched, since accessing an unmatched string can lead to asan errors. Differential Revision: D51822902
11a1d75
to
5590a19
Compare
This pull request was exported from Phabricator. Differential Revision: D51822902 |
5590a19
to
d9a9698
Compare
…sto functions (facebookincubator#7866) Summary: It is possible to trigger address sanitizer when passed garbage strings in matchAuthorityAndPath function. We need to ensure that subgroups are actually matched, since accessing an unmatched string can lead to asan errors. Differential Revision: D51822902
This pull request was exported from Phabricator. Differential Revision: D51822902 |
d9a9698
to
9b23dc4
Compare
…sto functions (facebookincubator#7866) Summary: It is possible to trigger address sanitizer when passed garbage strings in matchAuthorityAndPath function. We need to ensure that subgroups are actually matched, since accessing an unmatched string can lead to asan errors. Differential Revision: D51822902
This pull request was exported from Phabricator. Differential Revision: D51822902 |
9b23dc4
to
682a97b
Compare
…sto functions (facebookincubator#7866) Summary: It is possible to trigger address sanitizer when passed garbage strings in matchAuthorityAndPath function. We need to ensure that subgroups are actually matched, since accessing an unmatched string can lead to asan errors. Differential Revision: D51822902
This pull request was exported from Phabricator. Differential Revision: D51822902 |
682a97b
to
cbc040d
Compare
…sto functions (facebookincubator#7866) Summary: It is possible to trigger address sanitizer when passed garbage strings in matchAuthorityAndPath function. We need to ensure that subgroups are actually matched, since accessing an unmatched string can lead to asan errors. Differential Revision: D51822902
This pull request was exported from Phabricator. Differential Revision: D51822902 |
cbc040d
to
6dd1b29
Compare
…sto functions (facebookincubator#7866) Summary: It is possible to trigger address sanitizer when passed garbage strings in matchAuthorityAndPath function. We need to ensure that subgroups are actually matched, since accessing an unmatched string can lead to asan errors. Reviewed By: mbasmanova Differential Revision: D51822902
This pull request was exported from Phabricator. Differential Revision: D51822902 |
…sto functions (facebookincubator#7866) Summary: It is possible to trigger address sanitizer when passed garbage strings in matchAuthorityAndPath function. We need to ensure that subgroups are actually matched, since accessing an unmatched string can lead to asan errors. Reviewed By: mbasmanova Differential Revision: D51822902
6dd1b29
to
4c4fc20
Compare
This pull request was exported from Phabricator. Differential Revision: D51822902 |
This pull request has been merged in 61ab60d. |
Conbench analyzed the 1 benchmark run on commit There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
Summary: It is possible to trigger address sanitizer when passed garbage strings in matchAuthorityAndPath function. We need to ensure that subgroups are actually matched, since accessing an unmatched string can lead to asan errors.
Differential Revision: D51822902