Amaury Denoyelle
ee65efbfae
BUG/MINOR: mux-quic: free task on qc_init() app ops failure
...
qc_init() is used to initialize a QUIC MUX instance. On failure, each
resources are released via a series of goto statements. There is one
issue if the app_ops.init callback fails. In this case, MUX task is not
freed.
This can cause a crash as the task is already scheduled. When the
handler will run, it will crash when trying to access qcc instance.
To fix this, properly destroy qcc task on fail_install_app_ops label.
The impact of this bug is minor as app_ops.init callback succeeds most
of the time. However, it may fail on allocation failure due to memory
exhaustion.
This may fix github issue #2154 .
This must be backported up to 2.7.
2023-05-12 16:37:27 +02:00
..
2023-05-11 15:37:04 +02:00
2022-04-25 15:28:21 +02:00
2023-05-03 17:26:11 +02:00
2023-05-05 15:44:23 +02:00
2022-11-22 16:27:52 +01:00
2022-11-24 15:24:02 +01:00
2023-04-28 16:08:08 +02:00
2023-05-09 11:53:28 +02:00
2023-04-27 18:14:57 +02:00
2022-06-23 11:49:09 +02:00
2023-04-23 09:46:15 +02:00
2023-05-05 18:41:52 +02:00
2023-05-11 15:37:04 +02:00
2023-03-31 17:09:03 +02:00
2023-05-05 00:05:46 +02:00
2023-02-03 18:00:20 +01:00
2022-04-26 10:59:48 +02:00
2023-05-05 18:41:52 +02:00
2023-04-17 17:41:28 +02:00
2023-05-05 16:28:32 +02:00
2022-08-17 10:45:22 +02:00
2023-05-11 17:20:39 +02:00
2023-04-28 16:08:08 +02:00
2023-04-07 00:46:59 +02:00
2023-04-23 00:28:25 +02:00
2022-07-15 19:43:10 +02:00
2023-05-12 04:40:06 +02:00
2023-05-05 15:44:23 +02:00
2023-05-12 09:45:30 +02:00
2022-09-21 09:06:28 +02:00
2022-09-21 09:06:28 +02:00
2022-09-21 09:06:28 +02:00
2022-09-09 11:15:22 +02:00
2022-07-15 20:16:30 +02:00
2023-05-05 16:28:32 +02:00
2022-10-12 21:49:30 +02:00
2023-05-11 15:37:04 +02:00
2022-12-09 12:23:14 +01:00
2023-04-13 18:04:46 +02:00
2023-05-11 09:22:46 +02:00
2023-04-17 17:41:28 +02:00
2023-04-07 00:49:17 +02:00
2023-05-11 15:37:04 +02:00
2023-04-27 18:22:34 +02:00
2022-12-14 10:44:17 +01:00
2023-04-07 18:14:28 +02:00
2023-02-27 17:45:45 +01:00
2023-02-14 08:48:54 +01:00
2022-12-14 11:34:18 +01:00
2022-05-30 09:59:26 +02:00
2023-05-12 15:51:15 +02:00
2023-04-28 16:08:08 +02:00
2022-11-14 11:14:02 +01:00
2023-05-11 09:23:14 +02:00
2023-05-05 16:28:32 +02:00
2023-02-14 08:48:54 +01:00
2023-01-26 11:36:39 +01:00
2023-05-12 15:50:30 +02:00
2023-05-11 15:37:04 +02:00
2023-04-28 16:08:08 +02:00
2023-05-11 21:25:37 +02:00
2023-04-01 18:33:40 +02:00
2023-04-01 18:33:40 +02:00
2023-04-17 17:41:28 +02:00
2023-01-27 15:18:59 +01:00
2023-05-11 15:37:04 +02:00
2023-03-30 14:11:10 +02:00
2023-02-03 13:39:18 +01:00
2022-04-22 15:45:47 +02:00
2023-03-08 10:43:04 +01:00
2023-05-11 13:51:31 +02:00
2023-05-12 09:45:30 +02:00
2023-05-05 16:28:32 +02:00
2023-04-14 15:01:21 +02:00
2023-05-11 09:22:46 +02:00
2023-05-11 15:37:04 +02:00
2023-04-28 16:08:08 +02:00
2023-05-12 15:29:28 +02:00
2023-04-23 00:28:25 +02:00
2023-05-12 16:37:27 +02:00
2023-04-28 16:08:08 +02:00
2023-04-23 00:28:25 +02:00
2023-05-12 09:45:30 +02:00
2023-03-22 17:30:28 +01:00
2022-05-27 19:33:35 +02:00
2023-05-05 15:44:23 +02:00
2023-03-22 18:05:02 +01:00
2023-04-23 09:46:15 +02:00
2023-04-21 17:41:26 +02:00
2023-04-23 09:46:15 +02:00
2023-04-23 09:46:15 +02:00
2023-02-23 15:05:05 +01:00
2023-04-21 17:41:26 +02:00
2023-04-23 09:46:15 +02:00
2023-05-11 15:37:04 +02:00
2023-05-12 15:50:30 +02:00
2023-03-22 16:08:54 +01:00
2023-05-09 18:42:34 +02:00
2022-05-30 14:30:05 +02:00
2022-11-24 15:38:26 +01:00
2023-04-28 16:08:08 +02:00
2023-04-13 19:20:08 +02:00
2023-04-13 19:20:08 +02:00
2023-04-02 13:10:13 +02:00
2022-10-03 16:25:17 +02:00
2023-05-11 14:04:51 +02:00
2023-05-09 10:48:40 +02:00
2023-04-18 17:09:02 +02:00
2023-05-12 14:48:30 +02:00
2022-12-02 14:45:43 +01:00
2023-05-12 16:26:20 +02:00
2023-03-03 19:12:26 +01:00
2023-05-10 13:26:37 +02:00
2023-04-28 16:53:44 +02:00
2022-09-01 19:34:46 +02:00
2023-05-05 15:44:23 +02:00
2023-04-14 15:01:21 +02:00
2023-03-08 10:43:04 +01:00
2023-04-28 16:08:08 +02:00
2023-05-05 16:28:32 +02:00
2023-04-28 16:08:08 +02:00
2022-09-09 11:15:22 +02:00
2023-04-28 16:08:08 +02:00
2022-11-14 11:14:02 +01:00
2023-04-23 09:46:15 +02:00
2023-04-21 17:41:26 +02:00
2023-04-23 09:46:15 +02:00
2023-04-14 15:01:21 +02:00
2023-05-05 00:05:46 +02:00
2023-03-31 09:10:36 +02:00
2023-05-03 15:19:38 +02:00
2023-05-09 14:25:10 +02:00
2022-12-21 11:21:07 +01:00
2023-05-11 14:52:56 +02:00
2023-05-11 15:37:04 +02:00
2023-04-14 15:01:21 +02:00
2023-05-10 16:45:36 +02:00
2023-04-18 16:20:47 +02:00
2023-04-14 14:04:59 +02:00
2023-04-17 17:41:28 +02:00
2023-04-28 16:31:08 +02:00
2023-05-07 07:07:44 +02:00
2023-04-18 16:54:17 +02:00
2023-04-23 09:46:15 +02:00
2023-04-05 08:46:06 +02:00
2022-11-14 11:14:02 +01:00
2023-02-17 16:01:34 +01:00
2022-06-23 11:49:09 +02:00
2023-04-26 17:50:16 +02:00