Bug 115957 - returning pointer to local variable
Summary: returning pointer to local variable
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: pan
Version: 1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jens Petersen
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-02-17 12:08 UTC by d.binderman
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-04-14 11:00:34 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description d.binderman 2004-02-17 12:08:17 UTC
Description of problem:

I just tried to compile package pan-0.14.2-2 from Fedora.

The compiler said

1.

gmime-message-partial.c(419): warning #1251: returning pointer to
local variable

The source code is

                return &message;

But

g_mime_message_partial_split_message (GMimeMessage *message, size_t
max_size, size_t *nparts)

message is a parameter of this routine.

Suggest avoid returning the address of parameters.



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


How reproducible:


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


Expected results:


Additional info:

Comment 1 Jens Petersen 2004-04-14 11:00:34 UTC
This is already fixed in upstream gmime cvs AFAICT.


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