]> git.pld-linux.org Git - packages/postfix.git/blob - postfix-dictname.patch
- 2.8.3 fixes CVE-2011-1720
[packages/postfix.git] / postfix-dictname.patch
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.757137 seconds and 3 git commands to generate.