Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 268993 Details for
Bug 362585
gnome-extra/evolution-data-server-2.32.2 random segfaults, doesn't empty trash with local maildirs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Check for NULL in ADD_HASH macro
evolution-data-server-ubuntu-camel-hash.patch (text/plain), 579 bytes, created by
Bernd Feige
on 2011-04-08 11:00:59 UTC
(
hide
)
Description:
Check for NULL in ADD_HASH macro
Filename:
MIME Type:
Creator:
Bernd Feige
Created:
2011-04-08 11:00:59 UTC
Size:
579 bytes
patch
obsolete
>diff -pruN 2.32.2-1/camel/providers/local/camel-local-provider.c 2.32.2-0ubuntu1/camel/providers/local/camel-local-provider.c >--- 2.32.2-1/camel/providers/local/camel-local-provider.c 2010-09-13 13:16:52.000000000 +0100 >+++ 2.32.2-0ubuntu1/camel/providers/local/camel-local-provider.c 2011-02-13 20:00:55.000000000 +0000 >@@ -164,7 +164,7 @@ local_url_hash (gconstpointer v) > const CamelURL *u = v; > guint hash = 0; > >-#define ADD_HASH(s) if (s) hash ^= g_str_hash (s); >+#define ADD_HASH(s) if (s && *s) hash ^= g_str_hash (s); > > ADD_HASH (u->protocol); > ADD_HASH (u->user);
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 362585
: 268993