pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/dovecot2



Module Name:    pkgsrc
Committed By:   joerg
Date:           Wed Sep 23 11:58:56 UTC 2015

Modified Files:
        pkgsrc/mail/dovecot2: distinfo
Added Files:
        pkgsrc/mail/dovecot2/patches: patch-src_lib_buffer.h

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.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/mail/dovecot2/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/dovecot2/patches/patch-src_lib_buffer.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index