re: PVS-Studio run against ReactOS: (at least) one bug in wine git
Hey, cool! I added that to http://wiki.winehq.org/StaticAnalysis I figured I'd try running PVS-Studio on the Wine sources in Wine, but it runs in the Visual Studio context, and I can't even load the wine project successfully under warn+heap; see http://bugs.winehq.org/show_bug.cgi?id=29509 (It'd be awesome if we could build wine with visual studio 2005, not only to use it with PVS-Studio, but just for the sake of self-hosting.)
On Sun, Jan 1, 2012 at 10:14 PM, Dan Kegel <dank(a)kegel.com> wrote:
Hey, cool! I added that to http://wiki.winehq.org/StaticAnalysis
I figured I'd try running PVS-Studio on the Wine sources in Wine, but it runs in the Visual Studio context, and I can't even load the wine project successfully under warn+heap; see http://bugs.winehq.org/show_bug.cgi?id=29509
(It'd be awesome if we could build wine with visual studio 2005, not only to use it with PVS-Studio, but just for the sake of self-hosting.)
I was able to build a lot of wine on windows with mingw, and some of wine with visual studio 2005 / 2008, enough to try running little bits of wine through PVS-Studio's trial. It found a bunch of 'hr set but not used' and 'pointer not checked for null' kinds of errors. Might be worth another look once wine is happier building on windows. See http://kegel.com/wine/wow.html for how I went about it. - Dan
Hello. Can I somehow help on the PVS-Studio? If you have any questions, you are welcome: http://www.viva64.com/en/about-feedback/ -- Andrey Karpov, MVP Cand. Sc. (Physics and Mathematics), CTO OOO "Program Verification Systems" (Co Ltd) URL: www.viva64.com E-Mail: karpov[@]viva64.com -- View this message in context: http://wine.1045685.n5.nabble.com/PVS-Studio-run-against-ReactOS-at-least-on... Sent from the Wine - Devel mailing list archive at Nabble.com.
participants (2)
-
AndreyKarpov -
Dan Kegel