#155037 - ingramb - Thu Apr 24, 2008 8:00 am
I uss vsniprintf all over my code to write text to a log. I noticed that adding lots of logging to certain areas were causing more frequent crashes. When I removed vsniprintf, I get no crashes.
Does vsniprintf allocate/free memory or do anything that might fail after many uses? I can look at the source, but it will take me a while to dig through the printf stuff. Has anyone had any problems with these functions before?
Does vsniprintf allocate/free memory or do anything that might fail after many uses? I can look at the source, but it will take me a while to dig through the printf stuff. Has anyone had any problems with these functions before?