Replies: 2 comments 3 replies
-
Please share a working example and the actual output of ASAN. |
Beta Was this translation helpful? Give feedback.
3 replies
-
The code provided (with syntax errors, etc. fixed) does not trigger any ASAN errors. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to pass
json
objects in two classes, and memory leaks were found by Address Sanitizer. How to safely copy/pass json objects? I'm looking for a safe and also memory-efficient solution (without extra copy, if possible). Thanks a lot.Update a working example which does not trigger ASAN leak reports.
Beta Was this translation helpful? Give feedback.
All reactions