fanquake
bb7e686341
fuzz: add cstdlib to FuzzedDataProvider
...
Same as https://github.com/llvm/llvm-project/pull/113951 .
Avoids compile failures under clang-20 &
`D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES`:
```bash
In file included from /bitcoin/src/test/fuzz/addition_overflow.cpp:5:
/bitcoin/src/test/fuzz/FuzzedDataProvider.h:209:5: error: use of undeclared identifier 'abort'
209 | abort();
| ^
/bitcoin/src/test/fuzz/FuzzedDataProvider.h:250:5: error: use of undeclared identifier 'abort'
250 | abort();
```
2024-12-09 17:01:10 +00:00
..
2024-10-25 15:18:54 +01:00
2024-11-11 12:47:53 -03:00
2024-09-13 21:59:29 -04:00
2024-09-04 15:04:53 -04:00
2024-08-13 07:44:31 +02:00
2024-12-02 16:25:13 -05:00
2024-10-07 13:49:36 -04:00
2024-12-02 15:09:31 +01:00
2024-12-02 13:48:04 +01:00
2024-09-18 20:03:47 +02:00
2024-11-13 12:13:17 +00:00
2024-09-04 15:04:53 -04:00
2024-09-05 17:56:54 -03:00
2024-09-21 12:37:36 +02:00
2024-08-28 15:56:15 +01:00
2024-10-26 23:44:15 +02:00
2024-11-20 15:08:33 +01:00
2024-12-09 17:01:10 +00:00
2024-09-12 12:36:37 -04:00
2024-09-16 13:59:22 -04:00
2024-09-04 15:04:53 -04:00
2024-11-13 13:26:56 -05:00
2024-11-11 12:14:08 +01:00
2024-08-09 14:05:04 +02:00
2024-08-13 15:44:46 -04:00
2024-11-20 11:48:53 +00:00
2024-10-26 23:44:15 +02:00
2024-11-20 13:49:41 -05:00
2024-12-02 15:09:31 +01:00
2024-11-20 07:48:29 -05:00
2024-09-04 15:04:53 -04:00
2024-08-13 07:44:31 +02:00
2024-09-02 15:43:33 +01:00
2024-09-04 15:04:53 -04:00
2024-10-26 23:44:15 +02:00
2024-10-26 23:44:15 +02:00
2024-10-26 23:44:15 +02:00
2024-11-13 13:27:01 -05:00
2024-11-26 20:47:08 -05:00
2024-09-20 16:05:28 +01:00
2024-08-09 11:18:45 +01:00
2024-08-21 00:41:56 +02:00
2024-08-13 07:44:31 +02:00
2024-09-06 09:08:10 -04:00
2024-09-18 20:03:47 +02:00
2024-11-11 10:24:38 +01:00
2024-11-25 20:09:44 +01:00
2024-12-02 08:21:32 +01:00
2024-11-25 20:09:44 +01:00
2024-08-30 10:17:09 +02:00