[dovecot/core] 04a7e8: lib-index: "first saved UID of the day" wasn't upd...

GitHub noreply at github.com
Tue May 10 20:30:11 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: 04a7e8986339116102df54b6ae7416f712c78fec
      https://github.com/dovecot/core/commit/04a7e8986339116102df54b6ae7416f712c78fec
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-05-10 (Tue, 10 May 2016)

  Changed paths:
    M src/lib-index/mail-index-transaction-finish.c

  Log Message:
  -----------
  lib-index: "first saved UID of the day" wasn't updated right always.

It was using the UID of the first append. But it may not have been the
lowest UID. Do this after the appends are first sorted by their UID.


  Commit: 948b838c8e9896132e3a2d802fb5dad37e8dc716
      https://github.com/dovecot/core/commit/948b838c8e9896132e3a2d802fb5dad37e8dc716
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-05-10 (Tue, 10 May 2016)

  Changed paths:
    M src/lib/istream-concat.c

  Log Message:
  -----------
  lib: Fixed crash when closing a failed istream-concat

i_stream_concat_seek() could have set cur_input==NULL and we still
attempted to seek the cur_input at close time.


Compare: https://github.com/dovecot/core/compare/d9be91cb4f5a...948b838c8e98


More information about the dovecot-cvs mailing list