]> git.pld-linux.org Git - packages/evolution.git/commitdiff
- security patch (PLD BTS: #5608)
authorkrolik <krolik@pld-linux.org>
Wed, 2 Feb 2005 09:48:20 +0000 (09:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    evolution-CAN_2005_0102.patch -> 1.1

evolution-CAN_2005_0102.patch [new file with mode: 0644]

diff --git a/evolution-CAN_2005_0102.patch b/evolution-CAN_2005_0102.patch
new file mode 100644 (file)
index 0000000..2ca9f61
--- /dev/null
@@ -0,0 +1,11 @@
+--- evolution-1.0.5.orig/camel/camel-lock-helper.c     2001-10-27 18:59:27.000000000 +0200
++++ evolution-1.0.5/camel/camel-lock-helper.c  2005-01-21 16:57:44.000000000 +0100
+@@ -360,6 +360,8 @@ int main(int argc, char **argv)
+                       switch(msg.id) {
+                       case CAMEL_LOCK_HELPER_LOCK:
+                               res = CAMEL_LOCK_HELPER_STATUS_NOMEM;
++                              if (msg.data+1 < msg.data)
++                                      break;
+                               path = malloc(msg.data+1);
+                               if (path != NULL) {
+                                       res = CAMEL_LOCK_HELPER_STATUS_PROTOCOL;
This page took 0.112759 seconds and 4 git commands to generate.