Steffen Jaeckel
c3ed0c3262
Only handle MAM response if window still exists
...
Before this patch the following scenario lead to a segfault:
1. open a window that sends a MAM request
2. fast enough close that window again before the MAM response was
processed
Once the MAM response is received we'd call `_mam_rsm_id_handler()`
from the `_iq_handler()` and `window` would point to a non-existant window
which leads to a segfault.
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de >
2023-12-12 16:31:42 +01:00
..
2023-11-06 22:22:35 +01:00
2023-05-02 14:45:54 -06:00
2023-07-11 13:26:37 +02:00
2020-07-07 14:18:57 +02:00
2023-07-13 17:05:07 +02:00
2019-11-13 12:11:05 +01:00
2023-09-04 09:59:09 +02:00
2021-10-27 22:45:44 +02:00
2023-07-13 17:05:07 +02:00
2023-01-18 20:11:13 +01:00
2021-03-26 19:54:22 +01:00
2020-07-07 14:18:57 +02:00
2023-12-12 16:31:42 +01:00
2023-05-10 18:12:11 +02:00
2023-03-21 10:53:10 +01:00
2020-07-07 14:18:57 +02:00
2021-10-27 22:45:44 +02:00
2021-10-27 22:45:44 +02:00
2023-12-12 16:31:42 +01:00
2020-07-07 14:18:57 +02:00
2023-07-13 17:04:59 +02:00
2023-07-13 17:04:59 +02:00
2023-12-09 15:09:52 +01:00
2020-07-07 14:18:57 +02:00
2023-07-13 17:05:07 +02:00
2020-07-07 14:18:57 +02:00
2023-07-13 17:05:07 +02:00
2021-08-19 10:02:06 +02:00
2023-07-11 13:26:37 +02:00
2022-02-01 15:01:28 +01:00
2023-10-04 17:02:10 +02:00
2019-11-13 12:11:05 +01:00
2021-03-26 19:54:22 +01:00
2020-07-07 14:18:57 +02:00
2023-10-04 17:02:10 +02:00
2023-07-03 16:06:27 +02:00
2023-07-13 17:04:59 +02:00
2020-07-07 14:18:57 +02:00
2023-07-13 17:05:07 +02:00
2023-05-10 18:12:11 +02:00
2023-07-25 20:58:15 +02:00
2023-07-13 17:04:59 +02:00
2022-10-18 23:24:30 +01:00
2023-11-06 22:22:35 +01:00
2022-10-18 23:24:30 +01:00
2023-12-12 16:31:42 +01:00