Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 147326 Details for
Bug 214814
media-gfx/exiv2-0.16: gcc 4.3 compile fixes
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
exiv2-0.16-gcc-4.3-01.patch
exiv2-0.16-gcc-4.3-01.patch (text/plain), 419 bytes, created by
Jan Kundrát (RETIRED)
on 2008-03-26 01:23:50 UTC
(
hide
)
Description:
exiv2-0.16-gcc-4.3-01.patch
Filename:
MIME Type:
Creator:
Jan Kundrát (RETIRED)
Created:
2008-03-26 01:23:50 UTC
Size:
419 bytes
patch
obsolete
>--- a/src/basicio.cpp >+++ b/src/basicio.cpp >@@ -428,7 +428,7 @@ > // Minimum size for 1st block is 32kB > long size = std::max(32768 * (1 + need / 32768), size_); > byte* data = (byte*)std::malloc(size); >- std::memcpy(data, data_, size_); >+ memcpy(data, data_, size_); > data_ = data; > sizeAlloced_ = size; > isMalloced_ = true;
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 214814
: 147326 |
147328