josh8410 / omaha

Automatically exported from code.google.com/p/omaha
0 stars 0 forks source link

Bug inomaha\goopdate\installer_wrapper.cc line 423 #57

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Bug:
OPT_LOG(LE, (_T("[p.Start fail][hr][%s][%s]") 

Fix:
OPT_LOG(LE, (_T("[p.Start fail][0x%08lX][%s][%s]")

This causes assertions to fail in debug mode.
In release it'd probably cause an access violation exception.

Original issue reported on code.google.com by nir....@panel-sw.co.il on 21 Oct 2013 at 7:32