afl: rm whitelisted html error

resolved by "block: replace tree with event vec"
This commit is contained in:
Noah Hellman 2023-05-03 23:40:15 +02:00
parent e69d61a0d1
commit 7c28a068e9

View file

@ -171,9 +171,6 @@ impl<'a> tree_builder::TreeSink for Dom<'a> {
"Found special tag while closing generic tag", "Found special tag while closing generic tag",
"Formatting element not current node", "Formatting element not current node",
"Formatting element not open", "Formatting element not open",
// FIXME bug caused by empty table at end of list
"No matching tag to close",
"Unexpected open element while closing",
]; ];
if !whitelist.iter().any(|e| msg.starts_with(e)) { if !whitelist.iter().any(|e| msg.starts_with(e)) {
#[cfg(feature = "debug")] #[cfg(feature = "debug")]