genode/repos/base/recipes/pkg/test-token
Norman Feske 48b2456845 util/token.h: fix possible out-of-bounds read
The 'WHITESPACE' case of the _calc_len method wrongly accessed the
character before checking upper bound of the token. The problem is fixed
by switching the order of both conditions.

Fixes #3756
2020-05-18 10:16:12 +02:00
..
archives util/token.h: fix possible out-of-bounds read 2020-05-18 10:16:12 +02:00
hash util/token.h: fix possible out-of-bounds read 2020-05-18 10:16:12 +02:00
README util/token.h: fix possible out-of-bounds read 2020-05-18 10:16:12 +02:00
runtime util/token.h: fix possible out-of-bounds read 2020-05-18 10:16:12 +02:00

Scenario that tests the util/token.h utility