Package: dmitry / 1.3a-7

Metadata

Package Version Patches format
dmitry 1.3a-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
manpage.patch | (download)

docs/dmitry.1 | 88 30 + 58 - 0 !
1 file changed, 30 insertions(+), 58 deletions(-)

 rewrote manual page
missing prototypes.patch | (download)

src/dmitry.c | 1 1 + 0 - 0 !
src/file.c | 2 2 + 0 - 0 !
2 files changed, 3 insertions(+)

 fix building with -werror=implicit-function-declaration
arm64 fix.patch | (download)

src/includes/dmitry.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix arm64 support

CVE 2020 14931.patch | (download)

src/nwhois.c | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 do not let frmtdbuff overflow in nic_format_buff.
fix format string.patch | (download)

src/nwhois.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix format string bug (#3).
CVE 2017 7938 CVE 2024 31837.patch | (download)

src/dmitry.c | 9 6 + 3 - 0 !
src/iwhois.c | 4 2 + 2 - 0 !
src/mailsearch.c | 9 6 + 3 - 0 !
src/subsearch.c | 7 5 + 2 - 0 !
4 files changed, 19 insertions(+), 10 deletions(-)

 fix handling externally-controlled format strings and buffer overflows
file open return type.patch | (download)

src/includes/iwhois.h | 2 1 + 1 - 0 !
src/includes/mailsearch.h | 2 1 + 1 - 0 !
src/includes/nwhois.h | 2 1 + 1 - 0 !
src/includes/subsearch.h | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 avoid conflicting prototypes for file_open().