Package: libnvme / 1.3-1+deb12u1

Metadata

Package Version Patches format
libnvme 1.3-1+deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
upstream/0001 alloc helper.patch | (download)

src/nvme/private.h | 2 2 + 0 - 0 !
src/nvme/util.c | 13 13 + 0 - 0 !
2 files changed, 15 insertions(+)

 util: introduce alloc helper with alignment support
 Similar to nvme-cli an alloc helper is needed for a couple
 of ioctls sent out during tree scan.

upstream/0002 aligned payloads.patch | (download)

src/nvme/tree.c | 29 18 + 11 - 0 !
1 file changed, 18 insertions(+), 11 deletions(-)

 tree: allocate aligned payloads for ns scan
 libnvme is actually doing some namespace identification
 during tree scan, leading to stack smash on some systems.