View Single Post
  #5   (View Single Post)  
Old 26th March 2011
thirdm thirdm is offline
Spam Deminer
 
Join Date: May 2009
Posts: 248
Default

One more thing. This code is rife with potential null pointer references and buffer overflows from trusting its input and assuming functions (e.g. index) don't fail and using error prone functions like sprintf.

Say, it wouldn't happen to come from the source code of PHP would it?
Reply With Quote