Bug 111432

Summary: missing return statement
Product: [Fedora] Fedora Reporter: d.binderman
Component: w3c-libwwwAssignee: Harald Hoyer <harald>
Status: CLOSED UPSTREAM QA Contact:
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: 2003-12-04 11:57:09 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 2003-12-03 17:29:42 UTC
Description of problem:
I just tried to compile package w3c-libwww-5.4.0-7 from Fedora.

The compiler said

1.

rdf_parse_buffer.c(104): remark #1011: missing return statement at end
of non-void function "parse_buffer"

The source code is

PRIVATE char * parse_buffer(const char *file_name, char **ret_buff,
int *ret_length)
{
	/* more code */
}

I think there is a missing return statement at the end of this
routine. Suspect

	return 0;

should be added.



Version-Release number of selected component (if applicable):
w3c-libwww-5.4.0-7 

How reproducible:


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


Expected results:


Additional info:

Comment 1 Harald Hoyer 2003-12-04 11:57:09 UTC
please report these issues upstream... btw, this is non-critical code,
as it is in the Examples directory...