You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove options mask from fuzzing harness (commonmark#129)
The option mask needs to be kept up to date when new options are added, which
is error-prone. Just remove the masking logic as `cmark_parser_new` does not
validate the options bitmask anyway.
0 commit comments