Test index-out-of-bounds in Features::to_context
authorJeffrey Czyz <jkczyz@gmail.com>
Wed, 14 Jul 2021 23:18:33 +0000 (16:18 -0700)
committerJeffrey Czyz <jkczyz@gmail.com>
Thu, 15 Jul 2021 01:34:13 +0000 (20:34 -0500)
When there are fewer known `from` feature bytes than known `to` feature
bytes, an index-out-of-bounds error can occur if the `from` features
have unknown features set in a byte past the greatest known `from`
feature byte.


No differences found