1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 18:09:01 +00:00

Latest nmap goods

This commit is contained in:
fyodor
2006-04-02 06:38:39 +00:00
parent 55e2f6c8d0
commit 873cbbe54c
7 changed files with 15 additions and 10 deletions

View File

@@ -663,7 +663,7 @@ char* xml_convert (const char* str) {
va_start() AND va_end() calls. */
void log_vwrite(int logt, const char *fmt, va_list ap) {
static char *writebuf = NULL;;
int writebuflen = 8192;
int writebuflen = 65536;
bool skid_noxlate = false;
int rc = 0;
int len;