Module Name:    src
Committed By:   christos
Date:           Tue Oct  8 20:02:45 UTC 2019

Modified Files:
        src/external/bsd/iscsi/dist/src/lib: target.c

Log Message:
grow the buffer.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/iscsi/dist/src/lib/target.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/iscsi/dist/src/lib/target.c
diff -u src/external/bsd/iscsi/dist/src/lib/target.c:1.9 src/external/bsd/iscsi/dist/src/lib/target.c:1.10
--- src/external/bsd/iscsi/dist/src/lib/target.c:1.9	Fri Nov 14 20:15:45 2014
+++ src/external/bsd/iscsi/dist/src/lib/target.c	Tue Oct  8 16:02:44 2019
@@ -2089,7 +2089,7 @@ iscsi_target_listen(iscsi_target_t *tgt)
 	target_session_t	*sess;
 	socklen_t		remoteAddrLen;
 	socklen_t		localAddrLen;
-	char			targetaddress[1024];
+	char			targetaddress[2 * 1024];
 	char			remote[1024];
 	char			local[1024];
 	char			*config;

Reply via email to