3144. [bug] dns_dbiterator_seek() could trigger an assert when

used with a nonexistent database node. [RT #25358]
This commit is contained in:
Evan Hunt
2011-08-23 00:59:23 +00:00
parent 773f42ae86
commit 5a75f61dd4
8 changed files with 837 additions and 9 deletions

View File

@@ -12,7 +12,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.4 2011/07/28 21:05:09 ckb Exp $
# $Id: Makefile.in,v 1.5 2011/08/23 00:59:23 each Exp $
srcdir = @srcdir@
VPATH = @srcdir@
@@ -54,5 +54,8 @@ hash_test@EXEEXT@: hash_test.@O@ ${ISCDEPLIBS}
${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ \
hash_test.@O@ ${ISCLIBS} ${LIBS}
unit::
sh ${top_srcdir}/unit/unittest.sh
clean distclean::
rm -f ${TARGETS}