]> granicus.if.org Git - libevent/commit
Fix a major parenthesis bug in EVUTIL_UPCAST.
authorNick Mathewson <nickm@torproject.org>
Mon, 2 Nov 2009 19:30:25 +0000 (19:30 +0000)
committerNick Mathewson <nickm@torproject.org>
Mon, 2 Nov 2009 19:30:25 +0000 (19:30 +0000)
commit8283b2f0dcba87974db767e4838434896a92d402
tree5403a1005dea4c509e4d79721c37532e11df39b3
parent5f1d6e640f965d468122598b92be609a483d1923
Fix a major parenthesis bug in EVUTIL_UPCAST.

Fortunately, this didn't hurt anything previously, since we had no actual users of the macro where the offset of the base type wasn't 0.

svn:r1488
test/regress_util.c
util-internal.h