-
Notifications
You must be signed in to change notification settings - Fork 60
Update WAVM to Feb 14 2019 to fix memory leak in exception handling. #28
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
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -31,8 +31,8 @@ cp -pR include/ "$THIRDPARTY_BUILD"/lib/llvm-6.0/include/ | |||
|
|||
# WAVM. | |||
|
|||
COMMIT=69d647ecf6d355921b79a58aa6b1d674a76b4c2b # 2019-01-24 | |||
SHA256=b0789161eb96cc0695cda6e0ea0b2db0bd1919795cebf5d139d66a173234d301 | |||
COMMIT=d3607084b98017243cefe699064d4d5cf3f50fd9 # Thu Feb 14 13:12:32 2019 -0500 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason not to update it to latest version (i.e. 275e15fff5928d5cac3b8c5410c5a3b3fa7168ac
)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the commit message in squashed commit when merging. Thanks!
/lgtm
@PiotrSikora: changing LGTM is restricted to assignees, and assigning you to the PR failed. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…lushWriteAndDelay (istio#28) Signed-off-by: Yan Avlasov <yavlasov@google.com>
…#28) * Expose Node attributes. Support Listener metadata. Support Cluster Metadata.
See release notes at https://github.com/nghttp2/nghttp2/releases/tag/v1.41.0. This addresses GHSA-q5wr-xfw9-q7xr. Signed-off-by: Harvey Tuch <htuch@google.com> Signed-off-by: Yuchen Dai <silentdai@gmail.com> Co-authored-by: htuch <htuch@users.noreply.github.com>
See release notes at https://github.com/nghttp2/nghttp2/releases/tag/v1.41.0. This addresses GHSA-q5wr-xfw9-q7xr. Signed-off-by: Harvey Tuch <htuch@google.com> Signed-off-by: Yuchen Dai <silentdai@gmail.com> Co-authored-by: htuch <htuch@users.noreply.github.com> Co-authored-by: Yuchen Dai <silentdai@gmail.com> Co-authored-by: htuch <htuch@users.noreply.github.com>
Update WAVM to Feb 14 2019 to fix memory leak in exception handling.