aboutsummaryrefslogtreecommitdiff
path: root/net/tgt/patches
diff options
context:
space:
mode:
authorMaxim Storchak <m.storchak@gmail.com>2020-11-09 12:49:59 +0200
committerMaxim Storchak <m.storchak@gmail.com>2020-11-09 12:49:59 +0200
commita0af732541dea7e203ec5c6ed0e6dcadc3176801 (patch)
treeb6c4642a821947ba346f9800212df6bb7e34e04f /net/tgt/patches
parent5c6a3f78a8a9ecf899a186eb81f7c99860277206 (diff)
tgt: update to 1.0.80
- add runtime test - drop the patch that has gone upstream Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Diffstat (limited to 'net/tgt/patches')
-rw-r--r--net/tgt/patches/110-bzero.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/tgt/patches/110-bzero.patch b/net/tgt/patches/110-bzero.patch
deleted file mode 100644
index 2ff11b14f..000000000
--- a/net/tgt/patches/110-bzero.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/usr/iscsi/target.c
-+++ b/usr/iscsi/target.c
-@@ -224,7 +224,7 @@ get_redirect_address(char *callback, char *buffer, int buflen,
- {
- char *p, *addr, *port;
-
-- bzero(buffer, buflen);
-+ memset(buffer, 0, buflen);
- if (call_program(callback, NULL, NULL, buffer, buflen, 0))
- return -1;
-