[svn] commit: r764 - /branches/jinmei-dnsrdata2/src/lib/dns/cpp/tests/testdata/rdata_unknown_fromWire

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Feb 9 04:04:09 UTC 2010


Author: jinmei
Date: Tue Feb  9 04:04:09 2010
New Revision: 764

Log:
updated test data

Modified:
    branches/jinmei-dnsrdata2/src/lib/dns/cpp/tests/testdata/rdata_unknown_fromWire

Modified: branches/jinmei-dnsrdata2/src/lib/dns/cpp/tests/testdata/rdata_unknown_fromWire
==============================================================================
--- branches/jinmei-dnsrdata2/src/lib/dns/cpp/tests/testdata/rdata_unknown_fromWire (original)
+++ branches/jinmei-dnsrdata2/src/lib/dns/cpp/tests/testdata/rdata_unknown_fromWire Tue Feb  9 04:04:09 2010
@@ -3,3 +3,11 @@
 #
 # 0  1  2  3  4  5 (bytes)
  00 04 a1 b2 c3 0d
+#
+# 0-length data
+# 6  7
+ 00 00
+#
+# short buffer (this can be tested only at the end of the buffer)
+# 8  9 10  1  2
+ 00 04 a1 b2 c3




More information about the bind10-changes mailing list