omicron c9b29e10e8 Fix incorrect size comparison in lexer_consume_n
The buffer length len and the requested number of tokens n are mixed up
in an invalid comparison. This causes all valid requests for n < len
tokens to be denied and all invalid requests for n > len tokens to be
accepted. This may cause a buffer overflow if the caller requests more
characters than they provide space for.
2025-04-02 12:33:30 +02:00
2025-04-02 11:28:58 +02:00
2025-03-30 17:45:51 +02:00
2025-03-30 17:45:51 +02:00
2025-03-30 22:01:53 +02:00
Description
No description provided
MIT 482 KiB
Languages
C 94.2%
C++ 3.8%
Makefile 1.3%
Assembly 0.5%
Shell 0.2%