Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 374006 Details for
Bug 506170
net-proxy/squid-3.4.4 - malloc(): smallbin double linked list corrupted in operator new (size=64) at ../../include/SquidNew.h:45
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix SOME issues
gentoo506170a.patch (text/plain), 1014 bytes, created by
Martin von Gagern
on 2014-04-01 06:46:52 UTC
(
hide
)
Description:
Fix SOME issues
Filename:
MIME Type:
Creator:
Martin von Gagern
Created:
2014-04-01 06:46:52 UTC
Size:
1014 bytes
patch
obsolete
>=== modified file 'include/SquidNew.h' >--- include/SquidNew.h 2014-01-09 13:53:54 +0000 >+++ include/SquidNew.h 2014-03-31 16:21:54 +0000 >@@ -31,7 +31,7 @@ > #ifndef SQUID_NEW_H > #define SQUID_NEW_H > >-#if !defined(__SUNPRO_CC) && !defined(__clang__) >+#if 0 && !defined(__SUNPRO_CC) && !defined(__clang__) > /* Any code using libstdc++ must have externally resolvable overloads > * for void * operator new - which means in the .o for the binary, > * or in a shared library. static libs don't propogate the symbol > >=== modified file 'src/icmp/IcmpConfig.h' >--- src/icmp/IcmpConfig.h 2014-03-06 05:41:17 +0000 >+++ src/icmp/IcmpConfig.h 2014-03-31 21:09:49 +0000 >@@ -20,7 +20,7 @@ > * alongside any custom parsing routines needed for this component. > * First though, the whole global Config dependancy tree needs fixing */ > IcmpConfig() : program(NULL), enable(0) {}; >- ~IcmpConfig() { if (program) delete program; program = NULL; }; >+ ~IcmpConfig() { safe_free(program); }; > > /* variables */ > >
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 506170
:
373834
|
373972
| 374006 |
374012