Bugs item #2467737, was opened at 2008-12-26 02:16
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=559966&aid=2467737&group_id=80503

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: liblicense
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hubert Figuiere (hfiguiere)
Assigned to: Nobody/Anonymous (nobody)
Summary: liblicense errors in rpmlint

Initial Comment:
The following rpmlint errors in liblicense prevent more from packaging 0.8.1 in 
openSUSE.

I: Program is likely to break with new gcc. Try -fno-strict-aliasing.
W: liblicense strict-aliasing-punning liblicense.c:620
E: liblicense 64bit-portability-issue flac.c:35

I: Program is using implicit definitions of special functions.
   these functions need to use their correct prototypes to allow
   the lightweight buffer overflow checking to work.
     - Implicit memory/string functions need #include <string.h>.
     - Implicit *printf functions need #include <stdio.h>.
     - Implicit *printf functions need #include <stdio.h>.
     - Implicit *read* functions need #include <unistd.h>.
     - Implicit *recv* functions need #include <sys/socket.h>.
E: liblicense implicit-fortify-decl licenses_cached.c:165, 169, 250


----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2009-01-02 21:41

Message:
(This is Asheesh; the last comment was also me.)

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2009-01-02 21:40

Message:
Howdy hub,

I can't reproduce these implicit defintions problems. In
licenses_cached.c, the highlighted lines are all snprintf calls. However,
stdio.h and string.h are both already included.

I'm looking into the other two issues now.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=559966&aid=2467737&group_id=80503
_______________________________________________
cc-devel mailing list
[email protected]
http://lists.ibiblio.org/mailman/listinfo/cc-devel

Reply via email to