Subject: CVS commit: pkgsrc/mail/dovecot2
From: Joerg Sonnenberger
Date: 2015-09-23 13:58:56
Message id: 20150923115856.352BD98@cvs.netbsd.org

Log Message:
__builtin_object_size may be delayed until codegen time by GCC, so
certain asserts based on ICE never trigger. Clang makes the choice
earlier to declare the size as unknown, so it would fail the assert.
The check in question is clearly bogus as an array parameter is really
just a fancy way to write a pointer -- no size information is preserved.

Files:
RevisionActionfile
1.57modifypkgsrc/mail/dovecot2/distinfo
1.1addpkgsrc/mail/dovecot2/patches/patch-src_lib_buffer.h