+1654. [bug] isc_result_totext() contained array bounds read
+ error.
+
1650. [bug] dig, nslookup: flush standard out after each command.
1649. [bug] Silence "unexpected non-minimal diff" message.
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: result.c,v 1.56.2.4 2004/03/09 06:11:51 marka Exp $ */
+/* $Id: result.c,v 1.56.2.5 2004/06/11 00:35:05 marka Exp $ */
#include <config.h>
if (table == NULL)
return (ISC_R_NOMEMORY);
table->base = base;
- table->last = base + nresults;
+ table->last = base + nresults - 1;
table->text = text;
table->msgcat = msgcat;
table->set = set;