http://bugs.winehq.org/show_bug.cgi?id=11674
Nelson Marques nmarques@opensuse.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nmarques@opensuse.org
--- Comment #132 from Nelson Marques nmarques@opensuse.org 2011-06-21 12:19:14 CDT ---
Hi,
You have left a post on my blog about this and I've decided to build a test package for this, but there's a few issues with the code itself. To be honest I don't really have much time to work them out myself, so I'm leaving the log in attachments in case you wanna fix them.
In a quick way:
* Potential buffer overflow: wine arraysubscript pen.c:296, 427; * Fix prototypes on rgl.c; * 64bit Portability issues: - wine 64bit-portability-issue opengl_norm.c:1844, 1861, 10507, 10524, 12285, 12302 - wine 64bit-portability-issue rgl.c:679, 2008, 2010, 2012, 2014, 2084, 2087, 2090, 2093, 2096, 2099, 2102, 2105, 2199, 2202, 2205, 2208 * wine no-return-in-nonvoid-function rgl.c:1716
Prototypes are a easy fix, the portability issues are probably also a 10 min task and the potential loop overflow I'm not sure.
I haven't got much time to take a serious look at the code, but those warnings/errors have been identified by the openSUSE Build scripts, and for most of the cases they are pretty much accurate.
The full build log is available here: http://www.marques.so/wp-content/uploads/2011/06/rawlog.zip
Let me know if you fix those issues so I can try a build against the latest build.
Nelson