Jelle Raaijmakers
325263f0e8
LibC: Consume all whitespace in scanf if present in format
...
We were consuming all whitespace from the format, but not the input
lexer - that was left to the actual format parsing code. It so happened
that we did not account for whitespace with the conversion specifier
'[', causing whitespace to end up in the output variables.
Fix this by always consuming all whitespace and removing the whitespace
logic from the conversion code.
2022-09-09 22:54:25 +01:00
..
2022-07-12 23:11:35 +02:00
2022-09-05 10:12:02 +01:00
2022-08-23 19:07:12 +01:00
2022-08-23 19:07:12 +01:00
2022-08-28 15:42:14 +01:00
2022-09-05 10:12:02 +01:00
2022-08-23 19:07:12 +01:00
2022-07-08 22:27:38 +00:00
2022-07-19 20:58:51 -07:00
2022-08-23 19:07:12 +01:00
2022-09-05 10:12:02 +01:00
2022-09-05 10:12:02 +01:00
2022-07-21 16:37:15 +02:00
2022-07-22 10:07:15 -07:00
2022-08-23 19:07:12 +01:00
2022-08-23 19:07:12 +01:00
2022-07-12 23:11:35 +02:00
2022-07-12 23:11:35 +02:00
2022-07-08 22:27:38 +00:00
2022-08-23 19:07:12 +01:00
2022-08-20 22:39:56 +02:00
2022-07-20 18:24:13 +02:00
2022-07-12 23:11:35 +02:00
2022-07-22 10:07:15 -07:00
2022-08-23 19:07:12 +01:00
2022-07-22 10:07:15 -07:00
2022-07-21 16:39:22 +02:00
2022-07-21 16:39:22 +02:00
2022-07-19 20:58:51 -07:00
2022-07-27 21:46:42 +00:00
2022-07-22 10:07:15 -07:00
2022-07-06 10:34:20 +02:00
2022-09-05 10:12:02 +01:00
2022-08-23 19:07:12 +01:00
2022-08-23 19:07:12 +01:00
2022-09-09 22:54:25 +01:00
2022-07-22 10:07:15 -07:00
2022-07-21 16:39:22 +02:00
2022-08-23 19:07:12 +01:00
2022-07-12 23:11:35 +02:00
2022-07-22 10:07:15 -07:00
2022-07-22 10:07:15 -07:00
2022-08-23 19:07:12 +01:00
2022-08-23 19:07:12 +01:00
2022-07-19 20:58:51 -07:00
2022-07-22 10:07:15 -07:00
2022-07-27 21:46:42 +00:00
2022-07-12 23:11:35 +02:00
2022-07-22 10:07:15 -07:00
2022-08-23 19:07:12 +01:00
2022-08-02 21:10:44 +01:00
2022-08-23 19:07:12 +01:00
2022-08-23 19:00:04 +01:00
2022-08-23 19:07:12 +01:00
2022-08-23 19:07:12 +01:00