diff options
author | 2004-11-09 16:17:23 +0000 | |
---|---|---|
committer | 2004-11-09 16:17:23 +0000 | |
commit | 7a1fb90bf61fe4d94c4c4ffa1815c251e9adb45a (patch) | |
tree | c099e1a696921a2b6dee3fda4a2beaca00353f59 /net-dns/ez-ipupdate/files | |
parent | Stable on ppc. (diff) | |
download | historical-7a1fb90bf61fe4d94c4c4ffa1815c251e9adb45a.tar.gz historical-7a1fb90bf61fe4d94c4c4ffa1815c251e9adb45a.tar.bz2 historical-7a1fb90bf61fe4d94c4c4ffa1815c251e9adb45a.zip |
security bump. - Format string vulnerability in syslog handling. - bug #69658
Diffstat (limited to 'net-dns/ez-ipupdate/files')
-rw-r--r-- | net-dns/ez-ipupdate/files/digest-ez-ipupdate-3.0.11_beta8-r1 (renamed from net-dns/ez-ipupdate/files/digest-ez-ipupdate-3.0.11_beta8) | 0 | ||||
-rw-r--r-- | net-dns/ez-ipupdate/files/ez-ipupdate-3.0.11_beta8-syslog.patch | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/net-dns/ez-ipupdate/files/digest-ez-ipupdate-3.0.11_beta8 b/net-dns/ez-ipupdate/files/digest-ez-ipupdate-3.0.11_beta8-r1 index 03aee966fd90..03aee966fd90 100644 --- a/net-dns/ez-ipupdate/files/digest-ez-ipupdate-3.0.11_beta8 +++ b/net-dns/ez-ipupdate/files/digest-ez-ipupdate-3.0.11_beta8-r1 diff --git a/net-dns/ez-ipupdate/files/ez-ipupdate-3.0.11_beta8-syslog.patch b/net-dns/ez-ipupdate/files/ez-ipupdate-3.0.11_beta8-syslog.patch new file mode 100644 index 000000000000..48153e1aabfa --- /dev/null +++ b/net-dns/ez-ipupdate/files/ez-ipupdate-3.0.11_beta8-syslog.patch @@ -0,0 +1,11 @@ +--- ez-ipupdate.c.old 2004-10-21 23:44:57.000000000 +0200 ++++ ez-ipupdate.c 2004-10-22 23:56:05.000000000 +0200 +@@ -805,7 +805,7 @@ + sprintf(buf, "message incomplete because your OS sucks: %s\n", fmt); + #endif + +- syslog(LOG_NOTICE, buf); ++ syslog(LOG_NOTICE, "%s", buf); + } + else + { |