Amaury Denoyelle
a17eaf7763
BUG/MINOR: quic: initialize msg_flags before sendmsg
...
Previously, msghdr struct used for sendmsg was memset to 0. This was
updated for performance reason with each members individually defined.
This is done by the following commit :
commit 107d6d75465419a09d90c790edb617091a04468a
OPTIM: quic: improve slightly qc_snd_buf() internal
msg_flags is the only member unset, as sendmsg manual page reports that
it is unused. However, this caused a coverity report. In the end, it is
better to explicitely set it to 0 to avoid any future interrogations,
compiler warning or even portability issues.
This should fix coverity report from github issue #2455 .
No need to backport unless above patch is.
2024-02-21 10:13:53 +01:00
..
2024-02-03 12:08:11 +01:00
2023-09-28 08:49:22 +02:00
2023-11-14 11:46:37 +01:00
2024-02-21 04:18:32 +01:00
2022-11-22 16:27:52 +01:00
2022-11-24 15:24:02 +01:00
2024-02-01 10:58:30 +01:00
2024-02-14 15:41:04 +01:00
2023-04-27 18:14:57 +02:00
2023-04-23 09:46:15 +02:00
2023-12-08 14:26:06 +01:00
2023-12-01 09:09:45 +01:00
2024-02-14 11:32:29 +01:00
2024-01-12 17:40:42 +01:00
2023-06-06 15:15:17 +02:00
2024-01-02 15:52:47 +01:00
2023-10-17 18:51:13 +02:00
2023-11-23 16:23:14 +01:00
2023-09-08 16:25:19 +02:00
2024-02-14 14:22:36 +01:00
2023-05-17 09:33:54 +02:00
2023-06-30 16:12:36 +02:00
2024-02-01 10:58:30 +01:00
2023-09-08 16:25:19 +02:00
2024-02-10 11:37:27 +01:00
2023-10-18 17:01:19 +02:00
2024-02-14 14:22:36 +01:00
2023-11-23 16:23:14 +01:00
2024-02-03 12:08:11 +01:00
2023-11-29 08:59:27 +01:00
2023-11-23 16:53:57 +01:00
2024-01-30 08:27:26 +01:00
2022-12-09 12:23:14 +01:00
2023-04-13 18:04:46 +02:00
2023-11-18 11:16:21 +01:00
2023-11-23 16:23:14 +01:00
2023-11-29 08:59:27 +01:00
2024-02-14 14:22:36 +01:00
2023-04-27 18:22:34 +02:00
2023-11-08 16:38:06 +01:00
2023-10-26 15:18:48 +02:00
2024-01-31 15:22:12 +01:00
2024-01-31 15:22:12 +01:00
2023-10-17 18:51:13 +02:00
2024-02-01 12:00:53 +01:00
2024-01-31 16:28:54 +01:00
2024-02-14 11:32:29 +01:00
2022-11-14 11:14:02 +01:00
2023-12-21 14:22:27 +01:00
2024-02-16 15:48:08 +01:00
2023-02-14 08:48:54 +01:00
2023-01-26 11:36:39 +01:00
2024-01-31 16:28:54 +01:00
2024-01-30 08:27:26 +01:00
2024-01-11 15:10:08 +01:00
2024-02-14 14:22:36 +01:00
2023-04-01 18:33:40 +02:00
2023-07-06 15:41:17 +02:00
2023-11-29 11:11:12 +01:00
2024-01-30 08:27:26 +01:00
2024-01-30 08:27:26 +01:00
2024-01-11 15:10:08 +01:00
2023-11-23 16:23:14 +01:00
2023-03-08 10:43:04 +01:00
2023-11-23 16:23:14 +01:00
2023-08-29 11:11:50 +02:00
2024-02-20 16:40:14 +01:00
2024-02-20 15:49:55 +01:00
2023-05-05 16:28:32 +02:00
2023-12-21 14:22:27 +01:00
2023-05-11 09:22:46 +02:00
2023-11-29 11:11:12 +01:00
2024-02-14 15:41:04 +01:00
2024-02-14 15:41:04 +01:00
2024-02-14 15:41:04 +01:00
2024-02-14 15:41:04 +01:00
2023-04-28 16:08:08 +02:00
2023-11-24 21:44:25 +01:00
2023-06-14 11:27:29 +02:00
2023-05-12 09:45:30 +02:00
2024-01-11 11:13:54 +01:00
2023-07-03 16:32:01 +02:00
2024-02-14 14:22:36 +01:00
2024-02-10 12:38:40 +01:00
2023-11-06 20:49:56 +01:00
2024-01-02 10:19:48 +01:00
2023-04-21 17:41:26 +02:00
2023-04-23 09:46:15 +02:00
2024-01-02 11:44:42 +01:00
2023-02-23 15:05:05 +01:00
2023-04-21 17:41:26 +02:00
2023-08-17 15:44:03 +02:00
2024-01-30 08:27:26 +01:00
2023-12-21 15:42:08 +01:00
2024-01-31 16:28:54 +01:00
2024-02-15 17:46:53 +01:00
2024-01-29 15:40:19 +01:00
2022-11-24 15:38:26 +01:00
2023-04-28 16:08:08 +02:00
2024-02-05 14:31:21 +01:00
2024-02-12 13:44:42 +01:00
2023-11-28 15:37:50 +01:00
2023-11-28 15:37:50 +01:00
2022-10-03 16:25:17 +02:00
2023-11-30 15:04:27 +01:00
2024-02-14 11:32:29 +01:00
2023-11-28 15:47:18 +01:00
2024-01-31 16:28:54 +01:00
2024-02-15 17:04:17 +01:00
2024-02-14 11:32:29 +01:00
2024-01-16 10:17:27 +01:00
2023-11-28 15:47:18 +01:00
2023-11-28 15:47:18 +01:00
2024-02-15 17:07:24 +01:00
2024-02-21 10:13:53 +01:00
2024-01-31 11:57:54 +01:00
2024-02-01 12:00:53 +01:00
2024-01-31 16:28:54 +01:00
2024-01-26 16:02:05 +01:00
2024-01-23 16:03:29 +01:00
2023-11-23 16:23:14 +01:00
2023-11-28 15:47:18 +01:00
2023-10-17 18:51:13 +02:00
2024-02-07 15:04:48 +01:00
2023-11-23 16:23:14 +01:00
2024-02-20 15:18:39 +01:00
2023-07-21 15:08:27 +02:00
2024-02-09 20:38:08 +01:00
2024-02-08 15:51:49 +01:00
2023-11-17 16:56:18 +01:00
2023-11-23 16:23:14 +01:00
2024-02-14 14:22:36 +01:00
2023-06-30 16:12:36 +02:00
2023-04-23 09:46:15 +02:00
2023-11-20 11:38:26 +01:00
2024-02-01 10:58:30 +01:00
2024-02-07 17:10:31 +01:00
2024-02-07 17:10:00 +01:00
2024-01-12 17:40:42 +01:00
2024-02-12 11:15:45 +01:00
2024-01-09 17:27:31 +01:00
2024-02-07 17:10:49 +01:00
2023-05-15 12:07:52 +02:00
2024-02-14 15:41:04 +01:00
2024-02-14 15:41:02 +01:00
2024-02-08 15:51:49 +01:00
2024-02-08 09:39:14 +01:00
2023-11-23 16:23:14 +01:00
2024-02-01 10:58:30 +01:00
2023-11-18 11:16:21 +01:00
2023-07-24 17:12:29 +02:00
2024-01-30 08:27:26 +01:00
2023-11-16 19:35:10 +01:00
2024-01-24 08:38:59 +01:00
2023-11-27 17:15:14 +01:00
2024-02-08 18:22:01 +01:00
2023-02-17 16:01:34 +01:00
2023-11-20 16:11:26 +01:00