mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
ChangeLog: https://github.com/open-iscsi/open-isns/blob/master/ChangeLog PR: 253343 Submitted by: pavelivolkov@gmail.com (maintainer)
11 lines
278 B
C
11 lines
278 B
C
--- attrs.c.orig 2021-02-06 13:40:34 UTC
|
|
+++ attrs.c
|
|
@@ -777,7 +777,7 @@ isns_attr_decode(buf_t *bp, isns_attr_t **result)
|
|
{
|
|
isns_attr_t *attr = NULL;
|
|
isns_value_t *value;
|
|
- uint32_t tag, len;
|
|
+ uint32_t tag, len=0;
|
|
|
|
if (!buf_get32(bp, &tag)
|
|
|| !buf_get32(bp, &len))
|