diff options
author | Michael Stone <mstone@debian.org> | 2000-09-02 11:25:13 -0700 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2011-09-03 14:05:23 +0200 |
commit | dc24716d720d07032eb8140f4a33afc99cf93341 (patch) | |
tree | 7ee698a3760464fe954c359f95fbf06a91100518 | |
parent | 67a54352b1958c48b1a88a911358992977a762a0 (diff) | |
download | screen-dc24716d720d07032eb8140f4a33afc99cf93341.tar.gz |
Imported Debian patch 3.7.4-9.1debian/3.7.4-9.1
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | screen.c | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 16c2e63..3b30f04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +screen (3.7.4-9.1) slink; urgency=high + + * SECURITY: Msg format string error + + -- Michael Stone <mstone@debian.org> Sat, 2 Sep 2000 11:25:13 -0700 + screen (3.7.4-9) frozen unstable; urgency=medium * Recompile against libncurses4 @@ -1821,7 +1821,7 @@ pw_try_again: * active at the time of the bell. (Tim MacKenzie) */ p->w_bell = BELL_OFF; - Msg(0, VisualBellString); + Msg(0, "%s", VisualBellString); if (D_status) D_status_bell = 1; } |