Skip to content

Commit da6fa25

Browse files
authored
flamenco: un-hardcode fix_alt_bn128_pairing_length_check for fuzzing (#7235)
1 parent 0cff989 commit da6fa25

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/flamenco/features/fd_features_generated.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1683,8 +1683,7 @@ fd_feature_id_t const ids[] = {
16831683
.id = {"\x08\xe9\x40\xc0\xc3\x42\x8a\xf0\xbd\x9d\x09\x80\xa6\xce\x78\xcb\x1c\xc6\x57\x4e\x44\xfe\xf5\x52\xe7\x0c\x40\x70\xe9\x51\xec\x74"},
16841684
/* bnYzodLwmybj7e1HAe98yZrdJTd7we69eMMLgCXqKZm */
16851685
.name = "fix_alt_bn128_pairing_length_check",
1686-
.cleaned_up = {UINT_MAX, UINT_MAX, UINT_MAX},
1687-
.hardcode_for_fuzzing = 1 },
1686+
.cleaned_up = {UINT_MAX, UINT_MAX, UINT_MAX} },
16881687

16891688
{ .index = ULONG_MAX }
16901689
};

src/flamenco/features/feature_map.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,5 +244,5 @@
244244
{"name":"raise_account_cu_limit","pubkey":"htsptAwi2yRoZH83SKaUXykeZGtZHgxkS2QwW1pssR8"},
245245
{"name":"stricter_abi_and_runtime_constraints","pubkey":"CxeBn9PVeeXbmjbNwLv6U4C6svNxnC4JX6mfkvgeMocM"},
246246
{"name":"account_data_direct_mapping","pubkey":"9s3RKimHWS44rJcJ9P1rwCmn2TvMqtZQBmz815ZUUHqJ"},
247-
{"name":"fix_alt_bn128_pairing_length_check","pubkey":"bnYzodLwmybj7e1HAe98yZrdJTd7we69eMMLgCXqKZm","hardcode_for_fuzzing":1}
247+
{"name":"fix_alt_bn128_pairing_length_check","pubkey":"bnYzodLwmybj7e1HAe98yZrdJTd7we69eMMLgCXqKZm"}
248248
]

0 commit comments

Comments
 (0)