What steps will reproduce the problem?
1. An invalid uninitialized pointer gets passed to sprintf() in
GetProcessPath(), char *sExePath; should be something like "static char
sExePath[260];", I would also suggest to replace sprintf() with snprintf() for
this case.
What version of the product are you using? On what operating system?
0.5
Original issue reported on code.google.com by t.poecht...@gmail.com on 5 Aug 2012 at 12:16
Original issue reported on code.google.com by
t.poecht...@gmail.com
on 5 Aug 2012 at 12:16