https://bugs.kde.org/show_bug.cgi?id=515731
--- Comment #4 from Paul Floyd <[email protected]> --- (In reply to Mark Wielaard from comment #3) > (In reply to Paul Floyd from comment #2) > > Created attachment 189360 [details] > > Patch with Linux expecteds > > > > Also fixed a warning > > I think this should be fine since no error kinds are really changed, just > the message printed. So suppressions should still work as is? Ues, the suppressions use "ReallocSizeZero" which I'm not going to change. > You might want to also put static const HChar* reallocKinds[] into > pub_tool_tooliface.h in case other tools might want to print the actual > function name. Hmm. Thinking of other tools maybe I can use hasfn = VG_(get_fnname)(ai->Addr.Stack.epoch, ai->Addr.Stack.IP, &fn); then I could leave the error struct alone, it already has struct { AddrInfo ai; } ReallocSizeZero; -- You are receiving this mail because: You are watching all bug changes.
