public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/eog/files: eog-2.24.2-sigbus.patch
@ 2008-12-14 21:53 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2008-12-14 21:53 UTC (permalink / raw
  To: gentoo-commits

eva         08/12/14 21:53:20

  Added:                eog-2.24.2-sigbus.patch
  Log:
  Bump to 2.24.2-r1, add patch to fix SIGBUS on sparc, bug #250830. Refix doc generation, bug #242868.
  (Portage version: 2.2_rc17/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64, RepoMan options: --force)

Revision  Changes    Path
1.1                  media-gfx/eog/files/eog-2.24.2-sigbus.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/files/eog-2.24.2-sigbus.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/files/eog-2.24.2-sigbus.patch?rev=1.1&content-type=text/plain

Index: eog-2.24.2-sigbus.patch
===================================================================
---
 http://bugzilla.gnome.org/show_bug.cgi?id=564526
 https://bugs.gentoo.org/show_bug.cgi?id=250830

 eog-metadata-reader-png.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- a/src/eog-metadata-reader-png.c
+++ b/src/eog-metadata-reader-png.c
@@ -369,8 +369,7 @@
 			if (priv->state == EMR_CHECK_CRC) {
 				/* Check if it is actually an XMP chunk.
 				 * Throw it away if not. */
-				if ((memcmp (priv->xmp_chunk, "XML:com.adobe.xmp\0", 18) != 0)
-				    || (*(guint32*)(priv->xmp_chunk+18)) != 0) {
+				if (memcmp (priv->xmp_chunk, "XML:com.adobe.xmp\0\0\0\0\0", 22) != 0) {
 					priv->state = EMR_SKIP_CRC;
 					g_free (priv->xmp_chunk);
 					priv->xmp_chunk = NULL;






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/eog/files: eog-2.24.2-sigbus.patch
@ 2009-01-31 16:14 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2009-01-31 16:14 UTC (permalink / raw
  To: gentoo-commits

eva         09/01/31 16:14:49

  Removed:              eog-2.24.2-sigbus.patch
  Log:
  Clean up old revisions.
  (Portage version: 2.2_rc23/cvs/Linux x86_64)



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

end of thread, other threads:[~2009-01-31 16:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-14 21:53 [gentoo-commits] gentoo-x86 commit in media-gfx/eog/files: eog-2.24.2-sigbus.patch Gilles Dartiguelongue (eva)
  -- strict thread matches above, loose matches on Subject: below --
2009-01-31 16:14 Gilles Dartiguelongue (eva)

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