* [gentoo-commits] gentoo-x86 commit in app-misc/mc/files: mc-4.8.3-fix-chown-crash.patch
@ 2012-04-23 15:59 Lars Wendler (polynomial-c)
0 siblings, 0 replies; only message in thread
From: Lars Wendler (polynomial-c) @ 2012-04-23 15:59 UTC (permalink / raw
To: gentoo-commits
polynomial-c 12/04/23 15:59:12
Added: mc-4.8.3-fix-chown-crash.patch
Log:
Fixed crash when changing ownership wit "CTRL-x o" (bug #413259)
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Revision Changes Path
1.1 app-misc/mc/files/mc-4.8.3-fix-chown-crash.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/mc/files/mc-4.8.3-fix-chown-crash.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/mc/files/mc-4.8.3-fix-chown-crash.patch?rev=1.1&content-type=text/plain
Index: mc-4.8.3-fix-chown-crash.patch
===================================================================
https://www.midnight-commander.org/ticket/2784
https://www.midnight-commander.org/changeset/ac880c71a74c1fc75d7162b2ca3613970479e663
--- mc-4.8.3/src/filemanager/chown.c
+++ mc-4.8.3/src/filemanager/chown.c
@@ -378,7 +378,7 @@
if (mc_chown (fname_vpath, new_user, new_group) == -1)
message (D_ERROR, MSG_ERROR, _("Cannot chown \"%s\"\n%s"),
fname, unix_error_string (errno));
- vfs_path_free (vpath);
+ vfs_path_free (fname_vpath);
}
else
apply_chowns (new_user, new_group);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-04-23 15:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-23 15:59 [gentoo-commits] gentoo-x86 commit in app-misc/mc/files: mc-4.8.3-fix-chown-crash.patch Lars Wendler (polynomial-c)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox