FreeBSD Bugzilla – Attachment 62353 Details for
Bug 93215
[PATCH] make evolution not OOM on amd64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
evoltion-no-oom.diff
evoltion-no-oom.diff (text/plain), 1.15 KB, created by
Eric Anholt
on 2006-02-12 01:00:13 UTC
(
hide
)
Description:
evoltion-no-oom.diff
Filename:
MIME Type:
Creator:
Eric Anholt
Created:
2006-02-12 01:00:13 UTC
Size:
1.15 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/databases/evolution-data-server/Makefile,v >retrieving revision 1.20 >diff -u -r1.20 Makefile >--- Makefile 4 Dec 2005 23:15:05 -0000 1.20 >+++ Makefile 12 Feb 2006 00:44:01 -0000 >@@ -8,7 +8,7 @@ > > PORTNAME= evolution-data-server > PORTVERSION= 1.4.2.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= databases gnome > MASTER_SITES= ${MASTER_SITE_GNOME} > MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4 >Index: files/patch-camel-object.c >=================================================================== >RCS file: files/patch-camel-object.c >diff -N files/patch-camel-object.c >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-camel-object.c 12 Feb 2006 00:43:36 -0000 >@@ -0,0 +1,11 @@ >+--- camel/camel-object.c.orig Sat Feb 11 16:43:24 2006 >++++ camel/camel-object.c Sat Feb 11 16:43:27 2006 >+@@ -454,7 +454,7 @@ >+ } >+ >+ /* we batch up the properties and set them in one go */ >+- if (!(argv = g_try_malloc (sizeof (*argv) + (count - CAMEL_ARGV_MAX) * sizeof (argv->argv[0])))) >++ if (!(argv = g_try_malloc (sizeof (*argv)))) >+ return -1; >+ >+ argv->argc = 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 93215
: 62353