Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 198251 Details for
Bug 277521
error: size of array '__open_missing_mode' is negative
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
a patch to fix the issue - missing mode argument to open
ImageMagick-6.3.5-open.patch (text/x-patch), 551 bytes, created by
Norm Murray
on 2007-09-18 09:14:28 UTC
(
hide
)
Description:
a patch to fix the issue - missing mode argument to open
Filename:
MIME Type:
Creator:
Norm Murray
Created:
2007-09-18 09:14:28 UTC
Size:
551 bytes
patch
obsolete
>--- ImageMagick-6.3.5-9/magick/delegate.c 2007-09-11 13:20:41.000000000 +1000 >+++ ImageMagick-6.3.5-9/magick/delegate.c 2007-09-18 18:27:31.000000000 +1000 >@@ -769,7 +769,8 @@ static void CopyDelegateFile(const char > /* > Copy source file to destination. > */ >- destination_file=open(destination,O_WRONLY | O_BINARY | O_CREAT); >+ destination_file=open(destination,O_WRONLY | O_BINARY | O_CREAT, >+ S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH); > if (destination_file == -1) > return; > source_file=open(source,O_RDONLY | O_BINARY);
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 277521
: 198251