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

Mailing List Archive: Nessus: commits

nessus-core/nessus auth.c,1.23.6.2,1.23.6.3

 

 

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


renaud at nessus

May 6, 2007, 11:08 PM

Post #1 of 1 (2711 views)
Permalink
nessus-core/nessus auth.c,1.23.6.2,1.23.6.3

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

Modified Files:
Tag: NESSUS_2_2
auth.c
Log Message:
patch by Alexander Tsvyashchenko (bug#1546

Index: auth.c
===================================================================
RCS file: /usr/local/cvs/nessus-core/nessus/auth.c,v
retrieving revision 1.23.6.2
retrieving revision 1.23.6.3
diff -u -d -r1.23.6.2 -r1.23.6.3
--- auth.c 26 Sep 2006 17:32:12 -0000 1.23.6.2
+++ auth.c 7 May 2007 06:08:28 -0000 1.23.6.3
@@ -92,11 +92,11 @@
char * buffer = emalloc(s);
int len, n = 0;
signal(SIGPIPE, sighand_pipe);
- va_start(param, data);


for(;;)
{
+ va_start(param, data);
r = vsnprintf(buffer, s - 1, data, param);
if(r >= 0 && r < s)break;
s = r > s ? r + 2 : s * 2;

_______________________________________________
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.