mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-28 13:14:26 +00:00
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