]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-storage: Allow mail_storage_copy_error() with the same source and dest.
authorTimo Sirainen <tss@iki.fi>
Mon, 28 Jan 2013 12:37:59 +0000 (14:37 +0200)
committerTimo Sirainen <tss@iki.fi>
Mon, 28 Jan 2013 12:37:59 +0000 (14:37 +0200)
commitb66f5d51fdf3561b308caa234102ecf5c4ee8a07
treeeefc78c970fbb0a72a831bf61b378a83a398f4b9
parentf5d3d7a0e1e517c6dff9bb1750334c8d9e4dce99
lib-storage: Allow mail_storage_copy_error() with the same source and dest.
If it was used without checking it would try to free the error string and
after that strdup() it.
src/lib-storage/mail-storage.c