Philip Paeps:
> On 2017-06-11 14:07:36 (-0400), Wietse Venema <wie...@porcupine.org> wrote:
> >Oh, and it will of course open a DB_CONFIG file in whatever happens to 
> >be the super-user's cwd when they invoke the postmap or postalias 
> >command, so this is not just a matter of set-gid Postfix commands.
> >
> >[...]
> 
> >-    if ((errno = db->set_cachesize(db, 0, dict_db_cache_size, 0)) != 0)
> >-    msg_fatal("set DB cache size %d: %m", dict_db_cache_size);
> 
> Is this change intentional, or did it sneak in?  It seems unrelated to 
> the environment workaround.

dbenv->set_cachesize(dbenv, 0, dict_db_cache_size, 0) rejected a
call with the Postfix default cache size, and there appears to be
no API to find what cache size it would have accepted. Screw it.
This library needs to die.

        Wietse

Reply via email to