Tagged Questions

1
vote
3answers
191 views

Is my anti XSS method OK for allowing user HTML in PHP?

I am working on finding a good way to make user submitted data, in this case allow HTML and have it be as safe and fast as I can. I know EVERY SINGLE PERSON on this site seems t …
1
vote
3answers
276 views

Valgrind vs Purify

Which one is better on Linux? Valgrind or Purify What is your opinion of using them?
0
votes
1answer
277 views

How can I know if an executable was incrementally linked or not ?

I'm trying to use Purify 6 to analyze a memory corruption in one of our executables built with VC++ 2003 (7.1). When I instrument the binary with the command: purify /Replace=yes …
0
votes
1answer
43 views

Handling COR dump issue with purify

Hi all, I an instrumenting a C++application using IBM purify and I get the issue COR dump and my program aborts although when run from terminal it runs fine. Can anyone tell me wh …
0
votes
0answers
24 views

Rational/IBM PurifyPlus and Hoard on Solaris

Any attempts to use Rational/IBM PurifyPlus (Purify or Quantify) on an executable that's linked with the Hoard memory manager results in an immediate SIGSEGV: 0004dcd0 ???????? (f …
0
votes
0answers
60 views

Rational Purify - when tried to Run a program from Purify; error displayed as “Failed to delay loadlibrary mscorlibl.dll”

Rational Purify - when tried to Run a program from Purify; error displayed as "Failed to delay loadlibrary mscorlibl.dll" Here are the steps that I followed: 1. File > Run --- giv …
7
votes
5answers
1k views

64 bit tools like BoundsChecker & Purify

For many years I have used two great tools BoundsChecker & Purify, but the developers of these applications have let me down, they no longer put effort into maintaining them or …
0
votes
5answers
564 views

Rational Purify failng to jump to memory leaks.

So my company uses a delightfully buggy program called Rational Purify (as a plugin to Microsoft Visual Developer Studio) to manage memory leaks. The program is deigned to let you …