Kawe Mazidjatari 4969a84030 Fix desync in CUtlbuffer::ParseToken
The if statement comparing 'nLen' with 'nMaxLen' increments 'nLen' first at all times, but the statement below that checks the delimiters seeks -1 from current pos, causing a desync. This could result in reading arbitrary memory on certain strings. This fix also fixes the useless need to 'snag' the delimiters from tokens.
2023-06-07 21:21:55 +02:00
..
2023-06-03 18:04:38 +02:00
2023-05-14 02:10:17 +02:00
2023-05-14 02:11:29 +02:00
2023-05-14 02:10:17 +02:00
2023-06-05 01:45:33 +02:00
2023-05-14 02:10:17 +02:00
2023-05-29 21:37:15 +02:00
2023-05-29 21:35:12 +02:00