Bug 136906 - openh323-1.17.2-3: undefined C code
Summary: openh323-1.17.2-3: undefined C code
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Final
Hardware: All SuSE Linux 10.0
: P5 - None : Minor
Target Milestone: ---
Assignee: Klaus Kämpf
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-05 14:24 UTC by David Binderman
Modified: 2005-12-06 11:32 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Binderman 2005-12-05 14:24:33 UTC
I just tried to compile package openh323-1.17.2-3 with a prerelease of the
GNU C compiler version 4.1. It said

1.

./iLBC/iCBSearch.c:124: warning: operation on `pp' may be undefined

The source code is

                   *ppe+=(*pp)*(*pp++);

I agree with the compiler - this code seems to be undefined.

Suggest new code 

                   *ppe+=(*pp)*(*pp);
                   ++pp;
	
2.

./iLBC/iCBSearch.c:306: warning: operation on `pp' may be undefined

Duplicate.
Comment 1 Klaus Kämpf 2005-12-06 11:32:23 UTC
Thanks for the report.
Fixed.