Bug 149718

Summary: undefined C code
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: gwgetAssignee: Thorsten Leemhuis <fedora>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
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: 2005-04-21 12:36:08 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 David Binderman 2005-02-25 18:08:31 UTC
Description of problem:

I just tried to compile package gwget-0.14.1-2 from 
Redhat Fedora Extras development tree.

The compiler said

wget-log.c:38: warning: operation on `p' may be undefined

The source code is

                                *p++ = *(p+1);

Clearly undefined code. Suggest

	{
		*p = *(p+1);
		++p;
	}


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


How reproducible:


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


Expected results:


Additional info:

Comment 1 Thorsten Leemhuis 2005-04-21 12:36:08 UTC
current version in devel compiles fine on fc4t2 -- closing this, build requested