FreeBSD Bugzilla – Attachment 20663 Details for
Bug 36426
[PATCH] Fix theme-switcher malloc abort on -CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-capplets::theme-switcher::lister.c
patch-capplets::theme-switcher::lister.c (text/plain), 338 bytes, created by
Joe Marcus Clarke
on 2002-03-28 19:10:01 UTC
(
hide
)
Description:
patch-capplets::theme-switcher::lister.c
Filename:
MIME Type:
Creator:
Joe Marcus Clarke
Created:
2002-03-28 19:10:01 UTC
Size:
338 bytes
patch
obsolete
>--- capplets/theme-switcher/lister.c.orig Thu Mar 28 12:25:27 2002 >+++ capplets/theme-switcher/lister.c Thu Mar 28 12:30:36 2002 >@@ -115,8 +115,7 @@ > char *errstring = NULL; > int out_fd; > #ifndef HAVE_GETLINE >- char line[1024]; >- char *lineptr = line; >+ char *lineptr = (char *)malloc(1024); > #else > char *lineptr = NULL; > #endif
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 Raw
Actions:
View
Attachments on
bug 36426
: 20663