Skip to content

Octet String buffer reference was owned by multiple objects and freed twice

Giulio Carota requested to merge fix_n2_ho_invalidfrees into fix_n2_handover

When dealing with Transparent Containers in N2 Handover Messages, those containers were not deep copied from the upstream message to the next downstream message causing a double free().

Merge request reports