Closed mingweishih closed 4 years ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: anakrish, mingweishih
The full list of commands accepted by this bot can be found here.
The pull request process is described here
This PR disables the support of deepcopy on out parameters (i.e., annotate a pointer of user-defined struct with out attribute). This is because of the callee cannot know the size (i.e., a member of the struct whose value will be copied) of nested buffers.
Signed-off-by: Ming-Wei Shih mishih@microsoft.com