[erlang-patches] asn1 empty named bit string values encoding failure

Svilen Ivanov isvilen@REDACTED
Mon Nov 23 10:57:51 CET 2015


Hi,
currently code generated by asn1 library correctly decodes BER encoded
empty named bit string values to '[]', but fails to encode them,
provided patch (PR #900) adds function clause to asn1rtt_ber:encode_named_bit_string/4 to fix that.

git fetch git://github.com/isvilen/otp.git empty_named_bitstrings

https://github.com/erlang/otp/compare/maint...isvilen:empty_named_bitstrings
https://github.com/erlang/otp/compare/maint...isvilen:empty_named_bitstrings.patch

Svilen




More information about the erlang-patches mailing list