mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
c4c67bfd8f
Changelog: ============ - Fix out-of-bounds read via undersized frames in amqp_handle_input - Fix client crash when server negotiates frame_max below the AMQP protocol minimum - Add amqp_bytes_from_buffer macro to create amqp_bytes_t from an arbitrary byte buffer with explicit length - Fix NULL pointer dereferences on allocation failure in tools/publish.c - Fix NULL pointer dereference in tools/consume.c stringify_bytes() on allocation failure - Fix file stream leak in tools/common.c read_authfile() - Fix handling of absolute CMAKE_INSTALL_INCLUDEDIR in exported CMake targets - amqp_literal_bytes macro now uses an explicit (void *) cast Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>