public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php/pecl-apc/files: pecl-apc-3.0.16-apc_set_signals.patch pecl-apc-3.0.16-CVE-2008-1488.patch
@ 2011-07-22  8:39 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 2+ messages in thread
From: Ole Markus With (olemarkus) @ 2011-07-22  8:39 UTC (permalink / raw
  To: gentoo-commits

olemarkus    11/07/22 08:39:21

  Added:                pecl-apc-3.0.16-apc_set_signals.patch
                        pecl-apc-3.0.16-CVE-2008-1488.patch
  Log:
  Moved from dev-php5/pecl-apc
  
  (Portage version: 2.1.9.49/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.1                  dev-php/pecl-apc/files/pecl-apc-3.0.16-apc_set_signals.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-apc/files/pecl-apc-3.0.16-apc_set_signals.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-apc/files/pecl-apc-3.0.16-apc_set_signals.patch?rev=1.1&content-type=text/plain

Index: pecl-apc-3.0.16-apc_set_signals.patch
===================================================================
--- APC-3.0.16/php_apc.c.orig      2007-12-26 23:51:32.000000000 +0100
+++ APC-3.0.16/php_apc.c       2008-01-04 23:34:30.000000000 +0100
@@ -300,7 +300,7 @@
         apc_request_init(TSRMLS_C);
 
 #if HAVE_SIGACTION
-        apc_set_signals();
+        apc_set_signals(TSRMLS_C);
 #endif
     }
     return SUCCESS;



1.1                  dev-php/pecl-apc/files/pecl-apc-3.0.16-CVE-2008-1488.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-apc/files/pecl-apc-3.0.16-CVE-2008-1488.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-apc/files/pecl-apc-3.0.16-CVE-2008-1488.patch?rev=1.1&content-type=text/plain

Index: pecl-apc-3.0.16-CVE-2008-1488.patch
===================================================================
--- apc.c.old	2008-03-26 19:22:02.000000000 +0100
+++ apc.c	2008-03-26 19:22:23.000000000 +0100
@@ -331,7 +331,7 @@
             /* not: [no active file] or no path */
             memcpy(fileinfo->fullpath, exec_fname, exec_fname_length);
             fileinfo->fullpath[exec_fname_length] = DEFAULT_SLASH;
-            strcpy(fileinfo->fullpath +exec_fname_length +1, filename);
+            strlcpy(fileinfo->fullpath +exec_fname_length +1, filename,sizeof(fileinfo->fullpath)-exec_fname_length-1);
             /* apc_wprint("filename: %s, exec_fname: %s, fileinfo->fullpath: %s", filename, exec_fname, fileinfo->fullpath); */
             if (apc_stat(fileinfo->fullpath, &fileinfo->st_buf) == 0) {
                 found = 1;







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

* [gentoo-commits] gentoo-x86 commit in dev-php/pecl-apc/files: pecl-apc-3.0.16-apc_set_signals.patch pecl-apc-3.0.16-CVE-2008-1488.patch
@ 2013-01-09 12:01 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 2+ messages in thread
From: Ole Markus With (olemarkus) @ 2013-01-09 12:01 UTC (permalink / raw
  To: gentoo-commits

olemarkus    13/01/09 12:01:26

  Removed:              pecl-apc-3.0.16-apc_set_signals.patch
                        pecl-apc-3.0.16-CVE-2008-1488.patch
  Log:
  Remove unused patches that should have been removed a long time ago. Thanks to Hanno for notifying me
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)


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

end of thread, other threads:[~2013-01-09 12:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-22  8:39 [gentoo-commits] gentoo-x86 commit in dev-php/pecl-apc/files: pecl-apc-3.0.16-apc_set_signals.patch pecl-apc-3.0.16-CVE-2008-1488.patch Ole Markus With (olemarkus)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-09 12:01 Ole Markus With (olemarkus)

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