Files
profanity/src
Dmitry Podgorny 44377c6a5c Fix use-after-free in stanza_create_caps_from_query_element()
The function creates a form to find such strings as software, os, etc.
It remembers the strings allocated by form_create() and use them below
in caps_create(). The issue is that the form is destroyed before and as
result the strings are freed too.

As solution, allocate own copy of strings.
2020-04-09 15:22:11 +03:00
..
2020-04-06 10:50:20 +02:00
2020-04-08 12:21:07 +02:00
2020-02-21 10:30:09 +01:00
2020-04-08 12:50:23 +02:00
2020-02-20 10:03:36 +01:00
2020-02-20 10:03:36 +01:00
2020-04-08 12:50:23 +02:00
2020-04-06 19:15:02 +02:00
2020-04-06 14:42:52 +02:00
2020-03-24 23:00:39 +01:00
2020-04-06 10:50:20 +02:00
2020-03-24 23:00:39 +01:00