|
Bugzilla – Full Text Bug Listing |
| Summary: | bmp-plugins-0.9.7-12: undefined C code | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | David Binderman <dcb314> |
| Component: | Basesystem | Assignee: | Hendrik Vogelsang <hvogel> |
| Status: | RESOLVED WONTFIX | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
please talk to the authors of libmodplug http://sourceforge.net/projects/modplug-xmms/ so we can pick it up from there
>please talk to the authors of libmodplug
I tried that, and it didn't work.
It looks like this bug report goes to /dev/null
we will drop bmp and bmp-plugins for the next version. |
I just tried to compile package bmp-plugins-0.9.7-12 with a prerelease of the GNU C compiler version 4.1. It said 1. sndfile.cpp:1174: warning: operation on "pSample" may be undefined The source code is *pSample++ = bswapLE16(*pSample); I agree with the compiler - this code seems to be undefined. AFAIK, there are no guarantees in C that the side effects on the left of an assignment happens before or after the right side effects. Suggest code rework. 2. sndfile.cpp:1365: warning: operation on "pSample" may be undefined Duplicate. BTW, I've already tried emailing who I thought was the author [ jeremytan@users.sourceforge.net ], without success.