aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/reclaim.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-11-05 08:41:36 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-11-05 08:41:36 +0900
commite22c4a47f4d77c4013da2a7781abdeb8838901de (patch)
treef21b2c858c83214807b595b07f14e8a2fee2d070 /src/reclaim/reclaim.h
parent145a04e3ac6763644a94b01e16b87964a0716ac7 (diff)
downloadgnunet-e22c4a47f4d77c4013da2a7781abdeb8838901de.tar.gz
gnunet-e22c4a47f4d77c4013da2a7781abdeb8838901de.zip
RECLAIM: Fix length field inconsistencies in IPC protocol. Issue #7432
Diffstat (limited to 'src/reclaim/reclaim.h')
-rw-r--r--src/reclaim/reclaim.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/reclaim/reclaim.h b/src/reclaim/reclaim.h
index 5813beaf7..d2d2d4b89 100644
--- a/src/reclaim/reclaim.h
+++ b/src/reclaim/reclaim.h
@@ -138,17 +138,12 @@ struct AttributeResultMessage
138 /** 138 /**
139 * Length of serialized attribute data 139 * Length of serialized attribute data
140 */ 140 */
141 uint16_t attr_len GNUNET_PACKED; 141 uint32_t attr_len GNUNET_PACKED;
142 142
143 /** 143 /**
144 * Length of serialized credential data 144 * Length of serialized credential data
145 */ 145 */
146 uint16_t credential_len GNUNET_PACKED; 146 uint32_t credential_len GNUNET_PACKED;
147
148 /**
149 * always zero (for alignment)
150 */
151 uint16_t reserved GNUNET_PACKED;
152 147
153 /** 148 /**
154 * The length of the public key 149 * The length of the public key