Two changes (that also make sense on their own) to remove the file-wide sanitizer suppression:
FindByteno longer takes achar, but anuint8_t, after commit 196b4599201dbce3e0317e9b98753fa6a244b82d.- The
keyvector of unsigned chars can be removed and inlined as initializer-list. This avoids a bunch of verbose code likeclear()andpush_backofchars.