From 4cca76f724f8464e3d1424f118d3787534a4410f Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Wed, 4 May 2011 16:22:03 +0900 Subject: Releasing debian version 0.5.1-5.1 --- debian/changelog | 8 ++++++++ file.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5e43af3..3ca24a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +w3m (0.5.1-5.1) unstable; urgency=high + + * NMU by the Security Team: + * Fix format string vulnerability in display of SSL certificates. + (No CVE ID yet) (Closes: #404564) + + -- Moritz Muehlenhoff Tue, 26 Dec 2006 18:49:26 +0100 + w3m (0.5.1-5) unstable; urgency=low * fix FTBFS on GNU/kFreeBSD (due to unsatisfied Build-Depends on libgpmg1-dev) diff --git a/file.c b/file.c index d6d415d..dacd73a 100644 --- a/file.c +++ b/file.c @@ -7973,7 +7973,7 @@ inputAnswer(char *prompt) ans = inputChar(prompt); } else { - printf(prompt); + printf("%s", prompt); fflush(stdout); ans = Strfgets(stdin)->ptr; } -- cgit v1.2.3