- 17 Sep, 2012 1 commit
-
-
Jelte Jansen authored
-
- 14 Sep, 2012 1 commit
-
-
Marcin Siodelski authored
This fixes memory leak reported by Valgrind. Dicussed with Jelte on jabber.
-
- 13 Sep, 2012 8 commits
-
-
Jelte Jansen authored
-
Mukund Sivaraman authored
Strictly, this is done to silence clang-analyzer. In every case, parseAnswer() does set rcode (which is passed by reference) unless it throws. It looks like clang-analyzer gets confused by the exception paths. In any case, it's good to initialize it to the unexpected case and not depend on parseAnswer().
-
Mukund Sivaraman authored
The assert() should silence clang-analyer.
-
Mukund Sivaraman authored
These are not required according to: http://docs.python.org/py3k/extending/extending.html?highlight=null#null-pointers These NULL checks cause static analysis reports in other parts of the code where the pointers are not NULL tested before use.
-
Mukund Sivaraman authored
Reported by clang-analyzer.
-
Mukund Sivaraman authored
-
Marcin Siodelski authored
Discussed with jreed on jabber.
-
Naoki Kambe authored
-
- 12 Sep, 2012 5 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
In order to run this test interface detection is required. Since it is right now implemented on Linux only it had to be disabled on every other OS.
-
Marcin Siodelski authored
-
- 11 Sep, 2012 5 commits
-
-
Marcin Siodelski authored
This is supposed to resolve ambiguous uintX_t types on Solaris 11.
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Jelte Jansen authored
-
- 10 Sep, 2012 2 commits
-
-
Marcin Siodelski authored
-
Tomek Mrugalski authored
-
- 08 Sep, 2012 1 commit
-
-
JINMEI Tatuya authored
I just happen to notice it, and since it's very trivial I'm making the change directly.
-
- 07 Sep, 2012 4 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
This should fix the valgrind error report, verified on jabber
-
Jeremy C. Reed authored
It doesn't happen currently. See ticket http://bind10.isc.org/ticket/2240
-
Jeremy C. Reed authored
We have had 34 random off-by-one failures on real and virtual machines. Previously it allowed a two second range (it slept for 2 seconds). Now allow a three second range. Discussed on jabber.
-
- 06 Sep, 2012 5 commits
-
-
Tomek Mrugalski authored
-
Jeremy C. Reed authored
be consistent
-
Jeremy C. Reed authored
be consistent
-
Jeremy C. Reed authored
discussed with vorner via jabber.
-
Marcin Siodelski authored
-
- 05 Sep, 2012 7 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
Check if socket has not been closed after timeout in read discussed on jabber
-
- 04 Sep, 2012 1 commit
-
-
Stephen Morris authored
-