Bug 162311 - operation on 'p' may be undefined
Summary: operation on 'p' may be undefined
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: kdelibs
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-07-02 09:45 UTC by David Binderman
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-07-04 12:11:12 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description David Binderman 2005-07-02 09:45:42 UTC
Description of problem:

I just tried to compile package kdelibs-3.4.0-6 from Redhat
Fedora Core development tree with the gcc 4.0.0 compiler and
the compiler flag -Wall.

The compiler said

KDGanttMinimizeSplitter.cpp:955: warning: operation on 'p' may be undefined

The source code is

	for ( ; offs < end - 1; offs += *offs++)

I agree with the compiler. offs gets incremented and added to, without
a sequence point between the operations.

Suggest code rework.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Than Ngo 2005-07-04 10:33:04 UTC
i did not see the KDGanttMinimizeSplitter.cpp file in kdelibs! could
you please give more infos about this warning?  Thanks

Comment 2 Than Ngo 2005-07-04 12:11:12 UTC
ok , i found it in kdepim. It's fixed now in kdepim-3.4.1-2. Thanks for your report.


Note You need to log in before you can comment on or make changes to this bug.