[dovecot/pigeonhole] 2c13cd: lib-sieve: sieve-result: Added /* fall through */ ...

GitHub noreply at github.com
Mon Oct 9 03:22:02 EEST 2017


  Branch: refs/heads/release-0.4.21
  Home:   https://github.com/dovecot/pigeonhole
  Commit: 2c13cd1619fb9e140d2e22c5b0c1613ad97fe931
      https://github.com/dovecot/pigeonhole/commit/2c13cd1619fb9e140d2e22c5b0c1613ad97fe931
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
    M src/lib-sieve/sieve-result.c

  Log Message:
  -----------
  lib-sieve: sieve-result: Added /* fall through */ comment to mark intentional switch case fall through.

Addresses GCC 7 warning.


  Commit: ca39c2b78a31405fbc486ab03364b5ccb80c406c
      https://github.com/dovecot/pigeonhole/commit/ca39c2b78a31405fbc486ab03364b5ccb80c406c
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
    M src/plugins/imapsieve/imap-sieve-storage.c

  Log Message:
  -----------
  imapsieve: Fixed check for the presence of causes in a mailbox rule.

Problem found by GCC 7.


  Commit: d70d514f890b9ca27c2c5f8239a06ca9f270d8dc
      https://github.com/dovecot/pigeonhole/commit/d70d514f890b9ca27c2c5f8239a06ca9f270d8dc
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2017-10-05 (Thu, 05 Oct 2017)

  Changed paths:
    M src/managesieve/managesieve-client.c

  Log Message:
  -----------
  managesieve: Fix missing-command check

Mirrors imap fix in Dovecot: 42149f48624b82fdf9631c256497580154c2e412

It's impossible for the command's pointer to be NULL at this point.
Previously, the command_find() would have returned NULL, but this check
presumably short-circuits that search in the trivial case, so has some
real use.

Problem now found by GCC 7.


  Commit: 3e1590c41294171d7f30cf59c8aa612a46c1d1c4
      https://github.com/dovecot/pigeonhole/commit/3e1590c41294171d7f30cf59c8aa612a46c1d1c4
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2017-10-08 (Sun, 08 Oct 2017)

  Changed paths:
    M NEWS
    M configure.ac

  Log Message:
  -----------
  Released v0.4.21.rc1 for Dovecot v2.2.33.rc1.


Compare: https://github.com/dovecot/pigeonhole/compare/bd7dd9be70ff...3e1590c41294


More information about the dovecot-cvs mailing list