[Pdns-dev] Bug in pdns_recursor (pdns 2.9.9)

Christof Meerwald cmeerw at web.de
Mon Jun 23 00:11:30 CEST 2003


Hi,

pdns/pdns_recursor.cc (line 47)
  pthread_t pthread_self(void){pthread_t tmp; return tmp;}

returning an uninitialized local variable is a very bad idea (and results in
empty lines being written to syslog).


bye, Christof

-- 
http://cmeerw.org                                 JID: cmeerw at jabber.at
mailto cmeerw at web.de


More information about the Pdns-dev mailing list