aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/src/asn1rt_driver_handler.erl
AgeCommit message (Collapse)Author
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2010-11-26Correct a race-condition during loading of driverKenneth Lundin
The asn1 driver is loaded automatically when first needed. If several processes in parallel is doing asn1 encode or decode a race could appear which caused an ERROR report for a crashed process. The system still worked as intended, but an unnecessary ERROR report is no good.
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP