mirakernel
a56822ad99
🐛 Avoid crash on empty string in interaction prototype ( #6687 )
...
Fixes #6469
Using `uuid/parse` caused a crash when "Relative to" field was set to "auto",
producing an empty string. This change uses `uuid/parse*` instead, which safely
returns nil for invalid or empty inputs, preventing the crash.
Signed-off-by: Dmitriy Mikheev <mirakernel.disroot.org>
Co-authored-by: kira <kira@kira.kira>
2025-06-16 15:18:59 +02:00
..
2025-06-04 13:03:51 +02:00
2025-05-22 13:24:04 +02:00
2025-06-16 15:18:59 +02:00
2025-06-10 17:32:06 +02:00
2025-06-04 13:03:51 +02:00
2025-01-16 21:04:57 +01:00
2025-06-04 12:46:49 +02:00
2025-01-28 13:13:34 +01:00
2025-06-05 10:18:56 +02:00
2025-04-09 12:50:55 +02:00
2025-03-17 12:25:23 +01:00
2025-05-21 13:12:33 +02:00
2025-04-03 16:06:02 +02:00
2025-04-03 16:06:02 +02:00
2025-06-04 12:46:49 +02:00
2025-03-03 17:12:19 +01:00
2025-05-29 22:10:00 +02:00
2025-03-06 07:26:36 +01:00
2025-05-07 09:53:07 +02:00
2025-05-28 17:08:23 +02:00
2025-05-21 14:17:48 +02:00
2025-05-07 09:53:07 +02:00
2025-05-15 09:49:29 +02:00
2025-05-28 17:08:23 +02:00
2025-05-22 18:35:08 +02:00
2025-02-20 07:32:11 +01:00
2025-02-20 07:32:11 +01:00
2025-06-04 12:46:49 +02:00
2025-03-07 07:57:04 +01:00
2025-06-09 17:01:29 +02:00
2025-05-06 13:39:17 +02:00
2025-01-30 10:35:47 +01:00