Bug 114745

Summary: undefined operation
Product: [Fedora] Fedora Reporter: d.binderman
Component: kdeaddonsAssignee: Than Ngo <than>
Status: CLOSED DUPLICATE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-21 19:01:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description d.binderman 2004-02-02 11:19:06 UTC
Description of problem:

I just tried to compile package kdeaddons-3.1.4-2 from Redhat
Fedora Core 1.

The compiler said

1.

display.c:121: warning: operation on `pdest' may be undefined

The source code is

	*(pdest++)=*(pdest-1);

Clearly broken code. Suggest

	*(pdest)=*(pdest-1);
	++pdest;


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 2004-04-07 22:04:22 UTC

*** This bug has been marked as a duplicate of 105833 ***

Comment 2 Red Hat Bugzilla 2006-02-21 19:01:01 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.