|
From: Emanuel S. <ems...@gm...> - 2014-04-03 02:25:38
|
I recently came across the error message: "Address 0x%llx "is not stack'd, malloc'd or (recently) free'd%s\n" and was confused for a second until I realized the not didn't apply to the free'd. I realize this is minor but it seemed like the following might be a slightly better message: "%sAddress 0x%llx was (recently) free'd or is not stack'd or malloc'd%s\n". This change is on line 311 in memcheck/.svn/text-base/mc_errors.c.svn-base. I tried to figure out what the proper procedure for suggesting this was but I couldn't find anything other than to email this mailing list. Emanuel |