# # # patch "botan/ber_dec.cpp" # from [5009ed7c8f1812cc3456cf2cdccb1840d8c06e64] # to [1cdc3a17677f2513359b08f1e8bbfcd90daba133] # ============================================================ --- botan/ber_dec.cpp 5009ed7c8f1812cc3456cf2cdccb1840d8c06e64 +++ botan/ber_dec.cpp 1cdc3a17677f2513359b08f1e8bbfcd90daba133 @@ -293,7 +293,7 @@ BER_Decoder::BER_Decoder(const BER_Decod owns = true; } pushed.type_tag = pushed.class_tag = NO_OBJECT; - parent = 0; + parent = other.parent; } /*************************************************