jansol
7c65afc4e7
test_compiler_defines_for_extensions: fix overflow ( #1430 )
...
GCC 11.2.0 warns about a possible string overflow (when
num_not_supported_extensions+num_of_supported_extensions == 0)
since no space would be allocated for the terminating
null byte that string manipulation fns expect to find.
This unconditionally adds an extra byte to the allocation to silence
the warning and fix building with -Werror.
2022-06-07 08:55:43 -07:00
..
2021-05-18 18:12:55 +01:00
2022-05-17 08:51:10 -07:00
2021-09-06 17:14:36 +01:00
2022-04-22 10:51:32 +01:00
2022-01-11 16:52:11 +00:00
2022-04-28 15:34:08 -07:00
2020-12-09 16:12:40 +00:00
2022-06-07 08:55:43 -07:00
2022-03-02 18:34:06 +00:00
2020-07-22 22:52:38 -07:00
2022-03-17 13:27:24 -07:00
2021-01-07 11:34:42 +00:00
2021-01-07 11:34:42 +00:00
2021-09-13 13:25:32 +01:00
2020-12-09 16:12:40 +00:00
2020-07-23 17:21:07 +01:00
2020-12-09 16:12:40 +00:00
2021-05-13 09:13:03 +01:00
2021-01-11 13:54:19 +00:00
2020-12-09 16:12:40 +00:00
2021-07-21 08:50:22 +01:00
2021-09-28 10:19:17 -07:00
2021-09-13 13:25:32 +01:00
2022-05-31 08:55:42 -07:00
2021-09-29 12:38:42 +01:00
2022-03-02 18:31:14 +00:00
2021-01-19 16:35:30 +00:00
2020-12-09 16:12:40 +00:00
2020-09-01 08:16:17 -07:00
2022-02-09 22:24:33 -08:00
2022-03-02 18:28:12 +00:00
2021-09-13 13:25:32 +01:00
2020-12-09 16:12:40 +00:00
2020-12-23 17:05:38 -05:00
2022-04-19 17:55:03 +01:00
2021-02-17 17:05:09 +00:00
2022-04-12 09:42:55 -07:00
2021-02-02 16:43:37 +00:00
2020-12-09 16:12:40 +00:00
2022-01-11 16:52:11 +00:00
2022-04-04 13:19:30 -07:00
2020-02-25 08:56:54 +00:00
2021-05-13 09:13:03 +01:00
2019-08-12 10:18:06 +01:00
2019-03-05 16:23:49 +00:00
2019-03-05 16:23:49 +00:00
2020-10-13 09:24:22 +01:00
2020-09-25 14:25:26 +01:00
2020-09-25 14:25:26 +01:00
2020-09-24 20:36:52 +01:00
2020-09-24 20:36:52 +01:00
2020-09-24 20:36:52 +01:00
2019-07-31 16:00:45 +01:00
2022-02-22 16:49:35 +00:00