Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Nessus: commits

nessus-core/nessus auth.c,1.25,1.26

 

 

Nessus commits RSS feed   Index | Next | Previous | View Threaded


renaud at nessus

Sep 26, 2006, 10:32 AM

Post #1 of 1 (638 views)
Permalink
nessus-core/nessus auth.c,1.25,1.26

Update of /usr/local/cvs/nessus-core/nessus
In directory raccoon.nessus.org:/tmp/cvs-serv81550

Modified Files:
auth.c
Log Message:
increased buffer

Index: auth.c
===================================================================
RCS file: /usr/local/cvs/nessus-core/nessus/auth.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- auth.c 21 Dec 2004 15:10:02 -0000 1.25
+++ auth.c 26 Sep 2006 17:32:31 -0000 1.26
@@ -98,7 +98,7 @@
{
r = vsnprintf(buffer, s, data, param);
if(r >= 0 && r < s)break;
- s = r > s ? r + 1 : s * 2;
+ s = r > s ? r + 2 : s * 2;
buffer = erealloc(buffer, s);
}
len = strlen(buffer);

_______________________________________________
Nessus-cvs mailing list
Nessus-cvs [at] list
http://mail.nessus.org/mailman/listinfo/nessus-cvs

Nessus commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.