fix use-after-free in ContainerClient decodeJsonResponse()#6275
fix use-after-free in ContainerClient decodeJsonResponse()#6275
Conversation
Co-authored-by: anonrig <anonrig@users.noreply.github.com>
|
Good — Now let me check if there's a potential issue: the The The fix is correct and clean. Let me review the full change one more time for any subtle issues:
This is a straightforward, well-executed UAF fix. The code is correct, tests are appropriate, and there are no issues to flag. LGTM |
Added some basic tests with the help of AI