]> git.pld-linux.org Git - packages/postfix.git/blame - postfix-dictname.patch
- 2.8.3 fixes CVE-2011-1720
[packages/postfix.git] / postfix-dictname.patch
CommitLineData
46af990a
ER
1--- postfix-2.3.0/src/util/dict_open.c~ 2006-07-25 13:36:17.245609587 +0300
2+++ postfix-2.3.0/src/util/dict_open.c 2006-07-25 13:38:52.429059090 +0300
3@@ -327,7 +327,7 @@
4 lib=vstring_alloc(1);
5 vstring_sprintf(lib,dl->soname,dict_type);
6 if (stat(vstring_str(lib),&st) < 0) {
7- msg_fatal("%s: unsupported dictionary type: %s (%s not found. Is the postfix-%s package installed?)",
8+ msg_fatal("%s: unsupported dictionary type: %s (%s not found. Is the postfix-dict-%s package installed?)",
9 myname, dict_type, vstring_str(lib), dict_type);
10 }
11 func=vstring_alloc(1);
This page took 0.051284 seconds and 4 git commands to generate.