Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 369502 Details for
Bug 467252
net-im/skype-4.1.0.20 - segfaults at startup
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
strstr_hackfix.patch
00_all_0101_strstr-hackfix.patch (text/plain), 543 bytes, created by
cianoid
on 2014-02-04 07:17:00 UTC
(
hide
)
Description:
strstr_hackfix.patch
Filename:
MIME Type:
Creator:
cianoid
Created:
2014-02-04 07:17:00 UTC
Size:
543 bytes
patch
obsolete
>diff --git a/sysdeps/x86_64/multiarch/strstr.c b/sysdeps/x86_64/multiarch/strstr.c >index cd63b68..03d8b9a 100644 >--- a/sysdeps/x86_64/multiarch/strstr.c >+++ b/sysdeps/x86_64/multiarch/strstr.c >@@ -86,7 +86,7 @@ > /* Simple replacement of movdqu to address 4KB boundary cross issue. > If EOS occurs within less than 16B before 4KB boundary, we don't > cross to next page. */ >-static __m128i >+static inline __m128i > __m128i_strloadu (const unsigned char * p, __m128i zero) > { > if (__builtin_expect ((int) ((size_t) p & 0xfff) > 0xff0, 0))
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 467252
:
346598
| 369502