- bug #229: fixup configure checks for compilation with Solaris
Sun cc compiler, ./configure CC=/opt/SUNWspro/bin/cc
- fixup suncc warnings.
+ - fix bug where unbound could crash using libevent 1.3 and older.
14 January 2009: Wouter
- 1.2.1 feature: negative caching for failed queries.
return NULL;
}
comm_base_now(b);
+ /* avoid event_get_method call which causes crashes even when
+ * not printing, because its result is passed */
verbose(VERB_ALGO, "libevent %s uses %s method.",
event_get_version(),
#ifdef HAVE_EVENT_BASE_GET_METHOD
event_base_get_method(b->eb->base)
#else
- event_get_method()
+ "not_obtainable"
#endif
);
return b;