diff options
author | Cy Schubert <cy@FreeBSD.org> | 2025-05-13 08:05:50 -0700 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2025-05-13 08:51:00 -0700 |
commit | 2b43a2f9c82119732a8202f847bf438402c644da (patch) | |
tree | 361adb877135739e6ca7dba53774bdb58a82518e /sysutils/screen49/files/patch-misc.c | |
parent | Revert "sysutils/screen49: Mark FORBIDDEN for real" (diff) |
sysutils/screen49: Apply patches to multiple CVEs
Apply patches to multple CVEs. Upstream has not released a new
point release of the 4.9 branch. This is a best effort attempt to
keep screen 4.9 in ports, for now. Any future CVEs will result in
its removal.
PR: 286743
Requested by: danfe
Diffstat (limited to 'sysutils/screen49/files/patch-misc.c')
-rw-r--r-- | sysutils/screen49/files/patch-misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/screen49/files/patch-misc.c b/sysutils/screen49/files/patch-misc.c index 1364b230d55a..6ea949fbf7a4 100644 --- a/sysutils/screen49/files/patch-misc.c +++ b/sysutils/screen49/files/patch-misc.c @@ -1,4 +1,4 @@ ---- misc.c.orig 2022-01-28 14:06:02 UTC +--- misc.c.orig 2023-08-16 00:29:26 UTC +++ misc.c @@ -28,8 +28,10 @@ @@ -11,7 +11,7 @@ #include "config.h" #include "screen.h" -@@ -796,3 +798,17 @@ +@@ -720,3 +722,17 @@ xvsnprintf(char *s, int n, char *fmt, xva_list stack) } #endif |