public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Mrozowski (reavertm)" <reavertm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/mc/files: mc-4.7.1_find-results-panelization-crash.patch
Date: Fri,  9 Apr 2010 16:25:03 +0000 (UTC)	[thread overview]
Message-ID: <20100409162503.824BB2C04B@corvid.gentoo.org> (raw)

reavertm    10/04/09 16:25:03

  Added:                mc-4.7.1_find-results-panelization-crash.patch
  Log:
  Fix bug 314165, crash in find file results panelization, remove old
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-misc/mc/files/mc-4.7.1_find-results-panelization-crash.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mc/files/mc-4.7.1_find-results-panelization-crash.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mc/files/mc-4.7.1_find-results-panelization-crash.patch?rev=1.1&content-type=text/plain

Index: mc-4.7.1_find-results-panelization-crash.patch
===================================================================
Index: src/find.c
===================================================================
--- src/find.c (revision 1947d842a5d87c11862039037dc85051448a6081)
+++ src/find.c (revision 7b9226c5da3a81fb758bee70aafe05bb64d37464)
@@ -1256,5 +1256,5 @@
 	    WLEntry *le = (WLEntry *) entry->data;
 
-	    if ((le->text == NULL) || (entry->data == NULL))
+	    if ((le->text == NULL) || (le->data == NULL))
 		continue;
 






             reply	other threads:[~2010-04-09 16:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-09 16:25 Maciej Mrozowski (reavertm) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-04-09 16:30 [gentoo-commits] gentoo-x86 commit in app-misc/mc/files: mc-4.7.1_find-results-panelization-crash.patch Maciej Mrozowski (reavertm)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100409162503.824BB2C04B@corvid.gentoo.org \
    --to=reavertm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox