Package: iotop-c / 1.17-1+deb11u1

Metadata

Package Version Patches format
iotop-c 1.17-1+deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix OOB on utf.patch | (download)

src/utils.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix oob access on some utf input
 On architectures with signed char type and input that is >=128 there is
 an out-of-bounds access causing SIGSEGV. It is most probably not exploitable
 but degrades user experience.