You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…y basic tests' unique_ptr (#2177)
This change addresses a free function mis-match issue where `delete` is
used to free memory allocated via `malloc` within `create_random_data`
and in the test function.
The change involves the following tests:
1. arrayimagecopy
2. arrayimagecopy3d
3. imagearraycopy
4. imagearraycopy3d
This should address #2173
Signed-off-by: Michael Rizkalla <[email protected]>
After integrating #2138 internally, we started seeing some memory sanitizer issues in the following tests:
The failure mode is a free that is smaller than the allocated size. Here is an example:
cc @MichaelRizkalla-arm
The text was updated successfully, but these errors were encountered: