feat: sanitize illegal XML characters from outgoing messages (upstream 189050f3)

This commit is contained in:
2026-03-31 19:13:29 +03:00
parent 3fa6542fb8
commit bba6bc5f76
7 changed files with 69 additions and 3 deletions

View File

@@ -628,6 +628,7 @@ main(int argc, char* argv[])
cmocka_unit_test(prof_partial_occurrences_tests),
cmocka_unit_test(prof_whole_occurrences_tests),
cmocka_unit_test(prof_occurrences_of_large_message_tests),
cmocka_unit_test(str_xml_sanitize__strips_illegal_characters),
cmocka_unit_test_setup_teardown(returns_no_commands,
load_preferences,