]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
whitelist: Double the length of the id field in the messages
authorseantywork <seantywork@gmail.com>
Thu, 17 Jul 2025 11:29:31 +0000 (11:29 +0000)
committerTobias Brunner <tobias@strongswan.org>
Wed, 23 Jul 2025 16:50:33 +0000 (18:50 +0200)
Closes strongswan/strongswan#2842

src/libcharon/plugins/whitelist/whitelist_msg.h

index c710548b229d2b5da13e9e2b7f02d2ff4599107c..6b6eb1530239e1770fdd6609d9f22628e8f0cd39 100644 (file)
@@ -53,7 +53,7 @@ struct whitelist_msg_t {
        /** message type */
        int type;
        /** null terminated identity */
-       char id[128];
+       char id[256];
 } __attribute__((packed));
 
 #endif /** WHITELIST_MSG_H_ @}*/