Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 195564 Details for
Bug 275200
media-gfx/jhead-2.8.7 version bump + respect cflags + respect ldflags + mktemp
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to change use of mktemp to mkstemp
jhead-mkstemp.patch (text/plain), 383 bytes, created by
Zeev Tarantov
on 2009-06-23 14:52:22 UTC
(
hide
)
Description:
patch to change use of mktemp to mkstemp
Filename:
MIME Type:
Creator:
Zeev Tarantov
Created:
2009-06-23 14:52:22 UTC
Size:
383 bytes
patch
obsolete
>--- jhead.c.orig 2009-06-23 17:25:41.545847706 +0300 >+++ jhead.c 2009-06-23 17:27:36.621854286 +0300 >@@ -351,7 +351,7 @@ > while(a > 0 && FileName[a-1] != SLASH) a--; > memcpy(TempName, FileName, a); > strcpy(TempName+a, "XXXXXX"); >- mktemp(TempName); >+ mkstemp(TempName); > if(!TempName[0]) { > ErrFatal("Cannot find available temporary file name"); > }
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 275200
:
195561
|
195562
| 195564