Skip to content

Ticket #1240: PubSub string publisher id: fix undefined behaviors

Vincent Monfort requested to merge vmo_string_pub_id_UB_fixes into master

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

Merge request reports