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 881659 Details for
Bug 1083407
Patch does not recognize bad patch, says the patching succeeded, but file is not patched
[?]
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.
[patch]
reproducer
file-5.11-maxmime.patch (text/plain), 1.12 KB, created by
Jan Kaluža
on 2014-04-02 08:01:29 UTC
(
hide
)
Description:
reproducer
Filename:
MIME Type:
Creator:
Jan Kaluža
Created:
2014-04-02 08:01:29 UTC
Size:
1.12 KB
patch
obsolete
>commit 774f9f6653a90d83a8b5802e7dd210a45603e039 >Author: Christos Zoulas <christos@zoulas.com> >Date: Fri Jan 25 23:07:19 2013 +0000 > > bump mime desc > >diff --git a/src/file.h b/src/file.h >index 8e139fc..4c03766 100644 >@@ -128,12 +128,13 @@ > #endif > #define MAXMAGIS 8192 /* max entries in any one magic file > or directory */ >-#define MAXDESC 64 /* max leng of text description/MIME type */ >-#define MAXstring 64 /* max leng of "string" types */ >+#define MAXDESC 64 /* max len of text description/MIME type */ >+#define MAXMIME 80 /* max len of text MIME type */ >+#define MAXstring 64 /* max len of "string" types */ > > #define MAGICNO 0xF11E041C >-#define VERSIONNO 9 >-#define FILE_MAGICSIZE 232 >+#define VERSIONNO 10 >+#define FILE_MAGICSIZE 248 > > #define FILE_LOAD 0 > #define FILE_CHECK 1 >@@ -300,9 +301,9 @@ struct magic { > union VALUETYPE value; /* either number or string */ > /* Words 17-32 */ > char desc[MAXDESC]; /* description */ >- /* Words 33-48 */ >- char mimetype[MAXDESC]; /* MIME type */ >- /* Words 49-50 */ >+ /* Words 33-52 */ >+ char mimetype[MAXMIME]; /* MIME type */ >+ /* Words 53-54 */ > char apple[8]; > }; >
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 1083407
: 881659