Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 310231 Details for
Bug 413691
app-misc/mc-4.8.3-r1 - crash with relative symlink command (C-x v) - upstream fix available
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mc-4.8.3-fix-relative-symlink-creation-crash.patch
mc-4.8.3-fix-relative-symlink-creation-crash.patch (text/plain), 702 bytes, created by
Lars Wendler (Polynomial-C) (RETIRED)
on 2012-04-27 06:33:46 UTC
(
hide
)
Description:
mc-4.8.3-fix-relative-symlink-creation-crash.patch
Filename:
MIME Type:
Creator:
Lars Wendler (Polynomial-C) (RETIRED)
Created:
2012-04-27 06:33:46 UTC
Size:
702 bytes
patch
obsolete
>Index: lib/util.c >=================================================================== >--- lib/util.c (revision b1bcf6b01f5fffb25cf810b8f7f616b1440d05a8) >+++ lib/util.c (revision 04f1e6a9f98970d5ea03511d9b94ba2a3880cd6e) >@@ -113,5 +113,5 @@ > resolve_symlinks (const vfs_path_t *vpath) > { >- char *p; >+ char *p, *p2; > char *buf, *buf2, *q, *r, c; > struct stat mybuf; >@@ -120,5 +120,5 @@ > return NULL; > >- p = vfs_path_to_str (vpath); >+ p = p2 = vfs_path_to_str (vpath); > r = buf = g_malloc (MC_MAXPATHLEN); > buf2 = g_malloc (MC_MAXPATHLEN); >@@ -182,5 +182,5 @@ > ret: > g_free (buf2); >- g_free (p); >+ g_free (p2); > return buf; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 413691
: 310231