Closed Jeff0S closed 10 years ago
From swstim on August 24, 2011 14:28:36
Jeffos, looks like it's caused by the % in the project notes string.
Details:
Break @ SnM_NotesHelpView.cpp:1100, and then dig into SnM_Misc.cpp:219, which is a call to ctx->AddLine() that contains the string with "% S". Since AddLine is your standard printf-style variable argument function it looks for more arguments and crashes.
You'll have to sanitize the project notes a little harder! :)
From jeffos...@gmail.com on August 24, 2011 16:48:09
"% S" from hell!
fixed in r541
Status: Fixed
Owner: jeffos...@gmail.com
From jeffos...@gmail.com on August 24, 2011 19:50:30
http://forum.cockos.com/showthread.php?t=86567 Confirmed (SVN HEAD). I got that in the call stack but couldn't locate the issue exactlty
Original issue: http://code.google.com/p/sws-extension/issues/detail?id=358