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
In the method SendS3Request you create an instance of WebClient on the stack (without new or malloc) and you return this. The returned data of WebClient has thus gone out of scope and every use of it is a use-after-free memory error.