cloudamqp / amq-protocol.cr

An AMQP 0.9.1 serialization library for Crystal
MIT License
10 stars 2 forks source link

Bugfix: Sub-table memory corruption #14

Closed viktorerlingsson closed 1 year ago

viktorerlingsson commented 1 year ago

Fixes a bug where nestling a Table in another Table (for example x-death headers) caused them to share memory, even though it was writeable. This caused corruption when re-assigning values. See the spec for replication.