Package: nfstrace / 0.4.3.2+git20200805+b220d04-4

Metadata

Package Version Patches format
nfstrace 0.4.3.2+git20200805+b220d04-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
watch analyzer fix array bound error.patch | (download)

analyzers/src/watch/watch_analyzer.cpp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix array bound issue in watch analyzer
0001 analyzers fix a couple format errors.patch | (download)

analyzers/src/watch/nc_windows/header_window.cpp | 2 1 + 1 - 0 !
analyzers/src/watch/nc_windows/statistics_window.cpp | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 fix -werror=format build errors
tirpc.patch | (download)

CMakeLists.txt | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 build with ti rpc instead of gnu libc rpc


fix ftbfs with opaque ncurses.patch | (download)

analyzers/src/watch/nc_windows/header_window.cpp | 2 1 + 1 - 0 !
analyzers/src/watch/nc_windows/statistics_window.cpp | 8 4 + 4 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 fix ftbfs with opaque ncurses

Since ncurses patchlevel 20231021 the WINDOW structure is opaque, its
members cannot be addressed directly.  Use the getmaxy/getmaxx
functions ncurses provides for this purpose instead.

0005 Use intmax_t and the corresponding format specifier .patch | (download)

analyzers/src/watch/nc_windows/header_window.cpp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use intmax_t and the corresponding format specifier when dealing with time_t

Bug-Debian: https://bugs.debian.org/1068029