Skip to content
Snippets Groups Projects
Commit 870e4da2 authored by Utz-Uwe Haus's avatar Utz-Uwe Haus
Browse files

Ensure string attribute values get duplicated for protobuf

protobuf descends into char* members, so freeing messages will kill the
allocated string, which typically still should live in some dictionary (entry),
leading to double-free.

We now duplicate them. All other attribute data types
are either scalar or already handled properly.
parent 3de38e39
No related branches found
No related tags found
1 merge request!8Draft: Resolve "Event-triggered DEMAND right after REQUIRE hangs"
Pipeline #61679 failed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment