Bwmat
Bwmat

Reputation: 4578

Does this callstack make any sense?

I got the following listing when running dr.memory on my application, which uses openssl:

Error #476: UNADDRESSABLE ACCESS beyond heap bounds: reading 4 byte(s)
         KERNELBASE.dll!FlsGetValue   
             ??:0
         MSVCR110.dll!_crtFlsGetValue
             ??:0
         MSVCR110.dll!wcsnlen     
             ??:0
         LIBEAY32.dll!ERR_unload_strings
             ??:0
         LIBEAY32.dll!ERR_load_ERR_strings
             ??:0
         LIBEAY32.dll!ERR_load_crypto_strings
             ??:0
         SSLEAY32.dll!SSL_load_error_strings
             ??:0

Now, there are a few strange things about this:

Basically, my question is, can I trust the callstacks generated by dr.memory at all?

Upvotes: 1

Views: 129

Answers (0)

Related Questions