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>
This commit is contained in:
Maxim Storchak
2020-11-09 12:49:59 +02:00
parent 5c6a3f78a8
commit a0af732541
3 changed files with 6 additions and 14 deletions
-11
View File
@@ -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;