v0.17.0 - 2026-07-01
Security
- Fix size_t overflow in
amqp_decode_bytesbounds check leading to out-of-bounds read (GHSA-jgjf-7fwf-f3c7, #888) - Fix heap buffer overflow in
amqp_frame_to_bytesfor oversized body frames (GHSA-hfjv-vcp3-39wh, #892)
Added
librabbitmq-toolsfall back to theAMQP_URLenvironment variable when no connection options are given on the command line (#887)
Fixed
- Fix undefined behavior in
amqp_decode_propertieswhen decoding content-header property flags (#883, #885) - Fix
ioctlsockettype mismatch on Windows (#890) - Document buffer lifetime requirement of
amqp_decode_table's encoded buffer to prevent use-after-free misuse (#895)