[dovecot/core] a8cad1: lib: randgen - Fallback to /dev/urandom in case ge...

GitHub noreply at github.com
Fri Dec 1 01:30:10 EET 2017


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: a8cad12508ac574c7c02ab13b25ec1bfcb19460f
      https://github.com/dovecot/core/commit/a8cad12508ac574c7c02ab13b25ec1bfcb19460f
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2017-11-30 (Thu, 30 Nov 2017)

  Changed paths:
    M src/lib/randgen.c

  Log Message:
  -----------
  lib: randgen - Fallback to /dev/urandom in case getrandom does not work

In some operating systems getrandom is defined, but not implemented,
if this happens, fallback into using /dev/urandom.


  Commit: aa399871864096e932f6b35ce4c29ac7c49ab1d1
      https://github.com/dovecot/core/commit/aa399871864096e932f6b35ce4c29ac7c49ab1d1
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-12-01 (Fri, 01 Dec 2017)

  Changed paths:
    M src/doveadm/client-connection-tcp.c

  Log Message:
  -----------
  doveadm-server: Switch to TCP connection's ioloop while sending logs to remote

Fixes:
Warning: I/O leak: 0x558d7c074ed0 (ostream-file.c:349, fd 16)
Panic: file ioloop.c: line 127 (io_remove_full): assertion failed: (io->callback != NULL)


Compare: https://github.com/dovecot/core/compare/44d29bbfa146...aa3998718640


More information about the dovecot-cvs mailing list