fix: add ARGS to sanitize list only if it's not added yet

This commit is contained in:
Ervin Hegedus
2025-05-19 10:53:50 +02:00
parent 7d738112d3
commit fdfc2d5b21
4 changed files with 5 additions and 1 deletions

View File

@@ -693,6 +693,7 @@ struct msc_arg {
unsigned int value_origin_offset;
unsigned int value_origin_len;
const char *origin;
unsigned int marked_for_sanitization;
};
struct msc_string {