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

Mailing List Archive: Nessus: commits

NessusClient/nessus comm.c,1.10.2.5,1.10.2.6

 

 

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


renaud at nessus

Oct 2, 2006, 6:56 AM

Post #1 of 1 (719 views)
Permalink
NessusClient/nessus comm.c,1.10.2.5,1.10.2.6

Update of /usr/local/cvs/NessusClient/nessus
In directory raccoon.nessus.org:/tmp/cvs-serv1612

Modified Files:
Tag: release-1-0
comm.c
Log Message:
bugfix

Index: comm.c
===================================================================
RCS file: /usr/local/cvs/NessusClient/nessus/comm.c,v
retrieving revision 1.10.2.5
retrieving revision 1.10.2.6
diff -u -d -r1.10.2.5 -r1.10.2.6
--- comm.c 12 Sep 2006 21:48:15 -0000 1.10.2.5
+++ comm.c 2 Oct 2006 13:56:50 -0000 1.10.2.6
@@ -477,7 +477,7 @@
* it also to value */
v = strstr(s, ";");
if (v) {
- *v ++;
+ v++;
value = (char *) erealloc(value, strlen(value) + strlen(v) + 1);
value = strcat(value, v);
} else {

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