public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/newt/files: newt-CVE-2009-2905.patch
@ 2009-10-07 17:25 Federico Ferri (mescalinum)
  0 siblings, 0 replies; 2+ messages in thread
From: Federico Ferri (mescalinum) @ 2009-10-07 17:25 UTC (permalink / raw
  To: gentoo-commits

mescalinum    09/10/07 17:25:10

  Added:                newt-CVE-2009-2905.patch
  Log:
  CVE-2009-2905, bug #285854
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-libs/newt/files/newt-CVE-2009-2905.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/newt/files/newt-CVE-2009-2905.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/newt/files/newt-CVE-2009-2905.patch?rev=1.1&content-type=text/plain

Index: newt-CVE-2009-2905.patch
===================================================================
diff -up newt-0.52.10/textbox.c.orig newt-0.52.10/textbox.c
--- newt-0.52.10/textbox.c.orig	2008-07-30 14:42:55.000000000 +0200
+++ newt-0.52.10/textbox.c	2009-09-21 14:59:24.000000000 +0200
@@ -179,7 +179,7 @@ static void doReflow(const char * text, 
 
     if (resultPtr) {
 	/* XXX I think this will work */
-	result = malloc(strlen(text) + (strlen(text) / width) + 2);
+	result = malloc(strlen(text) + (strlen(text) / (width - 1)) + 2);
 	*result = '\0';
     }






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/newt/files: newt-CVE-2009-2905.patch
@ 2011-03-01 14:06 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-03-01 14:06 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/03/01 14:06:45

  Removed:              newt-CVE-2009-2905.patch
  Log:
  Delete older ebuild.
  
  (Portage version: 2.2.0_alpha25_p13/cvs/Linux x86_64)



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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-01 14:06 [gentoo-commits] gentoo-x86 commit in dev-libs/newt/files: newt-CVE-2009-2905.patch Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-07 17:25 Federico Ferri (mescalinum)

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