whitelist: Double the length of the id field in the messages

Closes strongswan/strongswan#2842
This commit is contained in:
seantywork
2025-07-23 18:50:33 +02:00
committed by Tobias Brunner
parent 6c813ddc13
commit ae2e0b6cf2
@@ -53,7 +53,7 @@ struct whitelist_msg_t {
/** message type */ /** message type */
int type; int type;
/** null terminated identity */ /** null terminated identity */
char id[128]; char id[256];
} __attribute__((packed)); } __attribute__((packed));
#endif /** WHITELIST_MSG_H_ @}*/ #endif /** WHITELIST_MSG_H_ @}*/