Frank Plowman
42982b5a5d
avformat/ffrtmpcrypt: Fix int-conversion warning
...
The gcrypt definition of `bn_new` used to use the return statement
on errors, with an AVERROR return value, regardless of the signature
of the function where the macro is used - it is called in
`dh_generate_key` and `ff_dh_init` which return pointers. As a result,
compiling with gcrypt and the ffrtmpcrypt protocol resulted in an
int-conversion warning. GCC 14 may upgrade these to errors [1].
This patch fixes the problem by changing the macro to remove `AVERROR`
and instead set `bn` to null if the allocation fails. This is the
behaviour of all the other `bn_new` implementations and so the result is
already checked at all the callsites. AFAICT, this should be the only
change needed to get ffmpeg off Fedora's naughty list of projects with
warnings which may be upgraded to errors in GCC 14 [2].
[1]: https://gcc.gnu.org/pipermail/gcc/2023-May/241264.html
[2]: https://www.mail-archive.com/devel@lists.fedoraproject.org/msg196024.html
Signed-off-by: Frank Plowman <post@frankplowman.com>
Signed-off-by: Martin Storsjö <martin@martin.st>
2024-01-04 14:44:11 +02:00
..
2023-05-31 09:03:58 -07:00
2023-09-14 12:32:02 +02:00
2023-12-22 15:12:33 +01:00
2023-06-29 20:22:58 +02:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-09-14 12:32:02 +02:00
2023-10-02 01:28:14 +02:00
2023-09-12 19:33:17 +02:00
2023-12-22 15:12:33 +01:00
2023-12-18 15:21:47 -03:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-09-07 00:30:08 +02:00
2023-12-22 15:12:33 +01:00
2023-07-29 16:05:29 +02:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-08-11 23:55:05 +02:00
2023-09-07 00:41:45 +02:00
2023-12-22 15:12:33 +01:00
2023-12-20 00:17:59 -03:00
2023-12-18 15:18:05 -03:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-18 15:19:36 -03:00
2023-09-12 23:22:49 +02:00
2023-09-10 22:55:42 +02:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-08-02 17:31:13 +02:00
2023-10-03 20:09:27 +02:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-09-21 22:41:10 +02:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-09-10 21:17:55 +02:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-04-28 14:31:55 +02:00
2023-10-06 10:03:57 -03:00
2023-11-18 19:55:42 +01:00
2023-12-22 15:12:33 +01:00
2023-09-07 00:30:08 +02:00
2023-10-06 10:03:57 -03:00
2023-08-10 23:56:35 +02:00
2023-12-18 15:18:05 -03:00
2023-07-07 12:13:05 +02:00
2023-05-02 10:57:21 +02:00
2023-12-22 15:12:33 +01:00
2023-06-27 12:52:38 -03:00
2023-07-09 03:05:00 +02:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-05-21 20:59:23 +02:00
2023-12-29 21:36:03 +01:00
2023-12-22 15:12:33 +01:00
2023-08-14 14:17:35 +08:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-09-16 20:47:32 +02:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-08-02 18:31:59 +02:00
2023-12-22 15:12:33 +01:00
2024-01-04 09:59:45 +08:00
2023-11-12 16:44:47 +08:00
2023-11-12 16:44:47 +08:00
2023-09-10 21:17:55 +02:00
2023-12-22 15:12:33 +01:00
2023-09-10 21:17:55 +02:00
2023-12-21 12:24:54 -03:00
2023-12-18 15:20:59 -03:00
2023-12-18 15:21:47 -03:00
2023-12-18 15:21:47 -03:00
2023-12-18 15:20:59 -03:00
2023-12-18 15:20:59 -03:00
2023-12-18 15:20:59 -03:00
2023-12-21 12:22:10 -03:00
2023-12-22 15:12:33 +01:00
2023-09-07 00:41:45 +02:00
2023-07-25 23:17:29 +02:00
2023-05-31 09:03:58 -07:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-20 00:17:59 -03:00
2023-12-22 15:12:33 +01:00
2023-09-29 18:40:52 +02:00
2023-09-14 18:49:51 +08:00
2023-07-09 16:56:58 -04:00
2023-07-09 16:56:58 -04:00
2023-10-08 21:36:00 +02:00
2023-09-14 22:00:17 +02:00
2023-08-27 01:36:18 -04:00
2023-11-03 22:16:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-09-14 12:32:02 +02:00
2023-07-29 17:58:58 +02:00
2023-12-18 15:21:47 -03:00
2023-08-30 19:34:47 +02:00
2023-08-30 19:34:47 +02:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-09-10 21:17:55 +02:00
2023-12-22 15:12:33 +01:00
2023-09-07 00:30:08 +02:00
2023-09-07 00:41:45 +02:00
2023-12-29 19:24:17 +01:00
2023-12-22 15:12:33 +01:00
2023-12-12 08:54:40 -03:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-07-29 16:05:29 +02:00
2023-11-14 18:18:26 +01:00
2023-10-03 01:45:46 +02:00
2023-05-11 22:37:41 +02:00
2023-12-31 14:18:01 +01:00
2023-12-22 15:12:33 +01:00
2023-12-31 14:18:01 +01:00
2023-09-28 19:37:58 +02:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-06-01 19:51:06 -03:00
2023-06-04 18:21:25 +02:00
2023-09-18 17:10:59 +02:00
2023-12-22 15:12:33 +01:00
2023-08-14 22:57:28 +03:00
2023-09-01 14:26:47 +02:00
2023-12-22 15:12:33 +01:00
2023-04-20 16:11:18 +02:00
2023-12-22 15:12:33 +01:00
2023-09-07 00:42:10 +02:00
2023-11-26 17:49:11 +01:00
2023-12-22 15:12:33 +01:00
2023-06-29 14:12:50 -03:00
2023-12-22 15:12:33 +01:00
2023-09-07 00:41:45 +02:00
2023-07-29 16:05:29 +02:00
2023-10-06 10:03:57 -03:00
2023-11-08 17:37:58 +11:00
2023-08-30 20:00:55 +02:00
2023-08-30 20:00:55 +02:00
2023-12-28 11:11:33 +05:30
2023-07-22 16:18:39 +02:00
2023-10-08 21:36:02 +02:00
2023-12-22 15:12:33 +01:00
2024-01-04 14:44:11 +02:00
2023-12-22 15:12:33 +01:00
2023-09-05 09:13:08 +08:00
2023-09-05 09:13:08 +08:00
2023-12-22 15:12:33 +01:00
2023-09-07 00:41:45 +02:00
2023-09-07 00:41:45 +02:00
2023-09-10 21:19:29 +02:00
2023-06-20 09:52:43 +08:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-09-02 10:36:11 +02:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-07-29 16:05:29 +02:00
2023-09-07 00:41:45 +02:00
2023-12-22 15:12:33 +01:00
2023-11-18 19:55:42 +01:00
2023-12-22 15:12:33 +01:00
2023-10-06 10:03:57 -03:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-11-05 11:30:13 +01:00
2023-12-22 15:12:33 +01:00
2023-08-15 21:42:21 +02:00
2023-08-15 21:42:21 +02:00
2023-12-22 15:12:33 +01:00
2023-07-29 16:05:29 +02:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-09-07 00:41:45 +02:00
2023-09-07 00:41:45 +02:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-09-10 21:19:11 +02:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-10-15 18:54:37 +02:00
2023-10-08 21:36:04 +02:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-09-07 00:30:08 +02:00
2023-12-22 15:12:33 +01:00
2023-09-10 21:17:55 +02:00
2023-09-10 22:55:42 +02:00
2023-10-16 01:09:09 +02:00
2023-09-02 10:36:11 +02:00
2023-12-22 15:12:33 +01:00
2023-10-06 10:03:57 -03:00
2023-12-18 15:21:47 -03:00
2023-09-07 00:41:45 +02:00
2023-09-07 00:39:02 +02:00
2023-12-19 19:44:38 +08:00
2023-09-02 16:34:25 +02:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-12-22 15:12:33 +01:00
2023-10-03 20:09:27 +02:00
2023-09-14 12:32:02 +02:00
2023-09-12 23:35:26 +02:00
2023-10-08 21:36:07 +02:00
2023-09-07 00:30:08 +02:00