Files
ladybird/Userland/Libraries/LibC
Jelle Raaijmakers a44978b9b0 LibC: Fix %n conversion specifier in scanf() format
Also add a test to prevent this from happening again. There were two
bugs:

* The number of bytes just after processing the last value was written,
  instead of the number of bytes after skipping remaining whitespace.
  Confirmed by testing against GNU's `scanf()` since the man page
  leaves something to be desired.

* The number of bytes was written to the wrong variable argument; i.e.
  the first argument was overwritten.
2021-10-24 22:43:27 -07:00
..
2021-10-15 21:50:19 -07:00
2021-08-14 22:32:00 +01:00
2021-08-14 22:32:00 +01:00
2021-06-06 22:16:11 +02:00
2021-10-17 17:09:58 +01:00
2021-05-30 19:37:32 +02:00
2021-07-15 11:16:58 +02:00
2021-07-17 13:00:33 +02:00
2021-10-17 23:43:43 +01:00
2021-05-30 08:41:17 +02:00
2021-10-15 21:50:19 -07:00
2021-10-20 09:20:18 +01:00
2021-08-31 01:37:30 +02:00
2021-08-18 10:33:48 +02:00
2021-10-23 15:06:33 +02:00
2021-10-22 13:28:56 -07:00
2021-10-23 23:31:43 -07:00
2021-05-25 17:36:02 +02:00
2021-10-15 14:47:41 -07:00
2021-09-23 18:51:21 +02:00
2021-10-21 23:57:32 -07:00
2021-10-17 17:09:58 +01:00