[krbdev.mit.edu #8116] git commit

Tom Yu via RT rt-comment at krbdev.mit.edu
Fri Feb 6 18:44:45 EST 2015


Use TAILQ macros instead of CIRCLEQ in libdb2

The optimizer in gcc 4.8.1 (but not the current gcc head revision)
breaks the queue.h CIRCLEQ macros, apparently due to an overzealous
strict aliasing deduction.  Use TAILQ macros in the libdb2 mpool code
instead.

(cherry picked from commit 26d874412983c4c9979a9f5e7bec51834ad4cda5)

https://github.com/krb5/krb5/commit/e34baafc74301048eba687b5e6dfb49dccaf3d60
Author: Greg Hudson <ghudson at mit.edu>
Committer: Tom Yu <tlyu at mit.edu>
Commit: e34baafc74301048eba687b5e6dfb49dccaf3d60
Branch: krb5-1.11
 src/plugins/kdb/db2/libdb2/mpool/mpool.c |   43 ++++++++++++++----------------
 src/plugins/kdb/db2/libdb2/mpool/mpool.h |    8 +++---
 2 files changed, 24 insertions(+), 27 deletions(-)



More information about the krb5-bugs mailing list