monitores icon indicating copy to clipboard operation
monitores copied to clipboard

Invalid Pointer in GetProcessPath() (addons.h / 0.5)

Open GoogleCodeExporter opened this issue 9 years ago • 1 comments

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 [email protected] on 5 Aug 2012 at 12:16

GoogleCodeExporter avatar Mar 13 '15 17:03 GoogleCodeExporter

Thanks for the review. I'll make the change.

Original comment by cumakt on 20 Sep 2012 at 3:59

  • Added labels: Type-Review, Priority-High
  • Removed labels: Type-Defect, Priority-Medium

GoogleCodeExporter avatar Mar 13 '15 17:03 GoogleCodeExporter