FreeBSD Bugzilla – Attachment 189795 Details for
Bug 210938
devel/gmake: make-4.2.1/glob/glob.c could use 4 (char*) casts, one per example realloc that is currently given char** first arguments
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch-glob-glob.c (text/plain), 266 bytes, created by
Tijl Coosemans
on 2018-01-16 14:14:51 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2018-01-16 14:14:51 UTC
Size:
266 bytes
patch
obsolete
>--- glob/glob.c.orig 2013-10-20 17:14:38 UTC >+++ glob/glob.c >@@ -203,7 +203,6 @@ my_realloc (p, n) > return (char *) malloc (n); > return (char *) realloc (p, n); > } >-# define realloc my_realloc > # endif /* __SASC */ > #endif /* __GNU_LIBRARY__ || __DJGPP__ */ >
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 210938
: 189795