From 1fe50460abe01febb118641e37aa50bc429a1786 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Thu, 28 Jun 2018 15:55:35 +0200 Subject: [PATCH] Check that notation data has no trailing data (found with afl 2.52b). --- lib/openpgp/signature/subpacket/notation_data_subpacket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/openpgp/signature/subpacket/notation_data_subpacket.cpp b/lib/openpgp/signature/subpacket/notation_data_subpacket.cpp index 321ec42a1..95c2ccd8b 100644 --- a/lib/openpgp/signature/subpacket/notation_data_subpacket.cpp +++ b/lib/openpgp/signature/subpacket/notation_data_subpacket.cpp @@ -54,7 +54,7 @@ struct value { struct flags : bytes<4> {}; struct name_length : bytes<2> {}; struct value_length : bytes<2> {}; -struct grammar : must {}; +struct grammar : must {}; // Action template