Debian Patches

Status for numatop/2.3-3

Patch Description Author Forwarded Bugs Origin Last update
0006-Fix-several-printf-format-specifiers.patch [PATCH] Fix several printf format specifiers
There are several format specifiers that are incorrect, use %zu for
size_t values and %lx for u64 values.
Colin Ian King <colin.king@canonical.com> no 2020-01-13
0007-Clean-up-32-bit-build-warnings.patch [PATCH] Clean up 32 bit build warnings
The casting of uint64_t sized address values to void * pointers is
causing build warnings on 32 bit builds. A simple remedy is to
cast uint64_t values to uintptr_t types before casting them to void *
pointers.
Colin Ian King <colin.king@canonical.com> no 2020-01-13
0008-common-os-os_win.c-Fix-incorrect-usage-of-strncat.patch [PATCH 1/3] common/os/os_win.c: Fix incorrect usage of strncat
The wrong buffer size is being used for strncat. Fix this by keeping
account of how much space is left and only appending strings if there
is enough headroom to avoid a buffer overflow.
Colin Ian King <colin.i.king@gmail.com> no 2021-11-29
0009-common-os-os_util.c-Fix-off-by-one-on-string-length-.patch [PATCH 2/3] common/os/os_util.c: Fix off-by-one on string length in strncpy call

The strncpy will miss adding the terminating '\0' to the string because
of an off-by-one issue. Most of the time we are lucky this works because
the malloc'd data is zero, but we can't assume this.
Colin Ian King <colin.i.king@gmail.com> no 2021-12-01
0010-common-reg-Add-pragmas-to-silence-false-positive-war.patch [PATCH 3/3] common/reg: Add pragmas to silence false positive warnings Colin Ian King <colin.i.king@gmail.com> no 2021-12-03
0011-Update-the-error-message.patch [PATCH] Update the error message
Update error message for cases that needs to increase ulimit.
For example, SPR needs to set the max open files to be more
than 1024, while in the most system, the default is 1024.
Zhengjun Xing <zhengjun.xing@linux.intel.com> no 2022-10-31

All known versions for source package 'numatop'

Links