Skip to content

PubSub string publisher id: fix undefined behaviors

Vincent Monfort requested to merge vmo_fix_fuzzer_issue_62130 into master

String pub id is not initialized properly and is cleared unconditionnaly whereas it might not be a string (union).

Remove unnecessary memset 0 on calloced memory

Merge request reports