public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-boot/palo/files: palo-1.17-fortify-source.patch
@ 2010-03-08  5:06 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2010-03-08  5:06 UTC (permalink / raw
  To: gentoo-commits

jer         10/03/08 05:06:32

  Added:                palo-1.17-fortify-source.patch
  Log:
  Version bump with only trivial changes, but with an extra patch to build with -D_FORTIFY_SOURCE=2.
  (Portage version: 2.2_rc65/cvs/Linux i686)

Revision  Changes    Path
1.1                  sys-boot/palo/files/palo-1.17-fortify-source.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/palo/files/palo-1.17-fortify-source.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/palo/files/palo-1.17-fortify-source.patch?rev=1.1&content-type=text/plain

Index: palo-1.17-fortify-source.patch
===================================================================
  * palo/palo.c: Supply a mode to open() to go with the O_CREAT flag.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506083

--- a/palo/palo.c
+++ b/palo/palo.c
@@ -479,7 +479,7 @@
 	    error(14, "bootloader");
 
 	sprintf(badblockfilename, "/tmp/paloblk-%d", getpid());
-	if ((fd = open(badblockfilename, O_RDWR | O_CREAT | O_TRUNC)) < 0) {
+	if ((fd = open(badblockfilename, O_RDWR | O_CREAT | O_TRUNC, 0644)) < 0) {
 	    perror(badblockfilename);
 	    exit(1);
 	}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-boot/palo/files: palo-1.17-fortify-source.patch
@ 2011-01-03 11:51 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2011-01-03 11:51 UTC (permalink / raw
  To: gentoo-commits

jer         11/01/03 11:51:16

  Removed:              palo-1.17-fortify-source.patch
  Log:
  Stable for HPPA too.
  
  (Portage version: 2.2.0_alpha10/cvs/Linux i686)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-03 11:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-08  5:06 [gentoo-commits] gentoo-x86 commit in sys-boot/palo/files: palo-1.17-fortify-source.patch Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-03 11:51 Jeroen Roovers (jer)

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