summaryrefslogtreecommitdiff
path: root/dovecot-2.3.15-fixvalcond.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 14:35:57 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 14:35:57 +0000
commitbcdf6f7287a48dcf6d74e0b4bf28ffc7905065c5 (patch)
tree4793fb189f935a2e4c459e9d1d8694b0b37e6fbb /dovecot-2.3.15-fixvalcond.patch
parent316f1cd5b071d905b9f18af192f54ec4d35843e7 (diff)
automatic import of dovecotopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'dovecot-2.3.15-fixvalcond.patch')
-rw-r--r--dovecot-2.3.15-fixvalcond.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/dovecot-2.3.15-fixvalcond.patch b/dovecot-2.3.15-fixvalcond.patch
new file mode 100644
index 0000000..82bdafc
--- /dev/null
+++ b/dovecot-2.3.15-fixvalcond.patch
@@ -0,0 +1,24 @@
+diff -up dovecot-2.3.15/dovecot-2.3-pigeonhole-0.5.15/src/lib-sieve/storage/dict/sieve-dict-script.c.fixvalcond dovecot-2.3.15/dovecot-2.3-pigeonhole-0.5.15/src/lib-sieve/storage/dict/sieve-dict-script.c
+--- dovecot-2.3.15/dovecot-2.3-pigeonhole-0.5.16/src/lib-sieve/storage/dict/sieve-dict-script.c.fixvalcond 2021-06-21 23:07:55.269814896 +0200
++++ dovecot-2.3.15/dovecot-2.3-pigeonhole-0.5.16/src/lib-sieve/storage/dict/sieve-dict-script.c 2021-06-21 23:07:55.298814544 +0200
+@@ -109,7 +109,7 @@ static int sieve_dict_script_get_stream
+ {
+ struct sieve_dict_script *dscript =
+ (struct sieve_dict_script *)script;
+- const char *path, *name = script->name, *data, *error;
++ const char *path, *name = script->name, *data, *error = NULL;
+ int ret;
+
+ dscript->data_pool =
+diff -up dovecot-2.3.15/src/lib-storage/index/index-attribute.c.fixvalcond dovecot-2.3.15/src/lib-storage/index/index-attribute.c
+--- dovecot-2.3.15/src/lib-storage/index/index-attribute.c.fixvalcond 2021-06-14 15:40:37.000000000 +0200
++++ dovecot-2.3.15/src/lib-storage/index/index-attribute.c 2021-06-21 21:52:22.963171229 +0200
+@@ -249,7 +249,7 @@ int index_storage_attribute_get(struct m
+ struct mail_attribute_value *value_r)
+ {
+ struct dict *dict;
+- const char *mailbox_prefix, *error;
++ const char *mailbox_prefix, *error = NULL;
+ int ret;
+
+ i_zero(value_r);