Closed mingweishih closed 4 years ago
/retest
/retest
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: anakrish, mingweishih, radhikaj
The full list of commands accepted by this bot can be found here.
The pull request process is described here
LGTM.
If we can emit: out() << " uint64_t rhs_local_val = " << rhs_val << "; ". Then we can later use
rhs_local_val
safely without TOCTOU issues.
In addition to this, we would also need to update the psize() function so that the local variable will be used. I'll defer this to a follow-up PR.
/merge
/lgtm
@anakrish Good try. Each pr needs an /approve and a /lgtm.
It has the approval just needs a reviewer for the /lgtm
Oh Rhel...
Upgrading disk size to 200 gb
/lgtm
@mingweishih: you cannot LGTM your own PR.
/retest
@mingweishih: The following tests failed, say /retest
to rerun all failed tests:
Test name | Commit | Details | Rerun command |
---|---|---|---|
pr-oeedger8r-cpp-windows-2016 | 9fbd332b1aeca41db9eeece8786fe4af315e6f8b | link | /test pr-oeedger8r-cpp-windows-2016 |
pr-oeedger8r-cpp-windows-2019 | 9fbd332b1aeca41db9eeece8786fe4af315e6f8b | link | /test pr-oeedger8r-cpp-windows-2019 |
pr-oeedger8r-cpp-rhel8-clang-8 | 9fbd332b1aeca41db9eeece8786fe4af315e6f8b | link | /test pr-oeedger8r-cpp-rhel8-clang-8 |
Full PR test history. Your PR dashboard. Please help us cut down on flakes by opening an issue when you hit one in your PR.
/override pr-oeedger8r-cpp-rhel8-clang-8-reldebinfo /override pr-oeedger8r-cpp-rhel8-clang-8-release /override pr-oeedger8r-cpp-rhel8-clang-8-debug
It's a DNS issue, I am working on scaling the prow backend up and it's causing failures. Overriding as we have tested the rhel use case on the original backend
@BRMcLaren: Overrode contexts on behalf of BRMcLaren: pr-oeedger8r-cpp-rhel8-clang-8-debug, pr-oeedger8r-cpp-rhel8-clang-8-reldebinfo, pr-oeedger8r-cpp-rhel8-clang-8-release
This PR fixes a security issue that callee can set arbitrary value to the struct member used by size/count during the deepcopy. More specifically, now the generated code will not copy the struct member set by the callee to the caller if the member is used by size/count attributes.
Signed-off-by: Ming-Wei Shih mishih@microsoft.com