public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-arcade/fishsupper/files: fishsupper-0.1.6-ovflfix.patch fishsupper-0.1.6-asneeded.patch
@ 2012-06-25  7:44 Alfredo Tupone (tupone)
  0 siblings, 0 replies; only message in thread
From: Alfredo Tupone (tupone) @ 2012-06-25  7:44 UTC (permalink / raw
  To: gentoo-commits

tupone      12/06/25 07:44:57

  Added:                fishsupper-0.1.6-ovflfix.patch
                        fishsupper-0.1.6-asneeded.patch
  Log:
  Fix overflow & asneeded Bug #423061
  
  (Portage version: 2.1.11.1/cvs/Linux i686)

Revision  Changes    Path
1.1                  games-arcade/fishsupper/files/fishsupper-0.1.6-ovflfix.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/fishsupper/files/fishsupper-0.1.6-ovflfix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/fishsupper/files/fishsupper-0.1.6-ovflfix.patch?rev=1.1&content-type=text/plain

Index: fishsupper-0.1.6-ovflfix.patch
===================================================================
--- src/main.cpp.old	2012-06-24 18:35:27.661894094 +0200
+++ src/main.cpp	2012-06-24 18:35:41.041954632 +0200
@@ -293,7 +293,7 @@
     
     if (!ok)
     {
-        fs_dir = new char[ strlen(".") ];
+        fs_dir = new char[ strlen(".") + 1];
         strcpy(fs_dir, ".");
     } // if ... else
     



1.1                  games-arcade/fishsupper/files/fishsupper-0.1.6-asneeded.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/fishsupper/files/fishsupper-0.1.6-asneeded.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/fishsupper/files/fishsupper-0.1.6-asneeded.patch?rev=1.1&content-type=text/plain

Index: fishsupper-0.1.6-asneeded.patch
===================================================================
--- src/Makefile.am.old	2012-06-24 18:47:58.947143638 +0200
+++ src/Makefile.am	2012-06-24 18:51:35.738921904 +0200
@@ -1,7 +1,7 @@
 AM_CPPFLAGS = -DPKG_DATA_DIR=\"$(pkgdatadir)\" \
 			  @SDL_CFLAGS@ \
 			  -Wall
-AM_LDFLAGS = @SDL_LIBS@ 
+LDADD = @SDL_LIBS@ 
 
 bin_PROGRAMS = fishsupper
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-25  7:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-25  7:44 [gentoo-commits] gentoo-x86 commit in games-arcade/fishsupper/files: fishsupper-0.1.6-ovflfix.patch fishsupper-0.1.6-asneeded.patch Alfredo Tupone (tupone)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox