*** bind-9.3.3/lib/dns/dst_api.c Thu Jan 11 09:16:34 2007 --- bind-9.3.3-old/lib/dns/dst_api.c Wed Jan 4 23:50:20 2006 *************** *** 1071,1080 **** isc_buffer_putstr(out, directory); if (strlen(directory) > 0U && directory[strlen(directory) - 1] != '/') ! if (isc_buffer_availablelength(out) < 1) ! return (ISC_R_NOSPACE); ! else ! isc_buffer_putstr(out, "/"); } if (isc_buffer_availablelength(out) < 1) return (ISC_R_NOSPACE); --- 1071,1077 ---- isc_buffer_putstr(out, directory); if (strlen(directory) > 0U && directory[strlen(directory) - 1] != '/') ! isc_buffer_putstr(out, "/"); } if (isc_buffer_availablelength(out) < 1) return (ISC_R_NOSPACE);