Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/iscsi/dist/src/lib grow the buffer.
details: https://anonhg.NetBSD.org/src/rev/f8fe832d2656
branches: trunk
changeset: 1004013:f8fe832d2656
user: christos <christos%NetBSD.org@localhost>
date: Tue Oct 08 20:02:44 2019 +0000
description:
grow the buffer.
diffstat:
external/bsd/iscsi/dist/src/lib/target.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r af101eaa4570 -r f8fe832d2656 external/bsd/iscsi/dist/src/lib/target.c
--- a/external/bsd/iscsi/dist/src/lib/target.c Tue Oct 08 19:38:38 2019 +0000
+++ b/external/bsd/iscsi/dist/src/lib/target.c Tue Oct 08 20:02:44 2019 +0000
@@ -2089,7 +2089,7 @@
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;
Home |
Main Index |
Thread Index |
Old Index