diff options
author | 2006-01-02 23:37:09 +0000 | |
---|---|---|
committer | 2006-01-02 23:37:09 +0000 | |
commit | 8b143c3173a6c449b255935d1e288e6b15d3d9da (patch) | |
tree | 21de6c27c24ae9d8da9608c170920184b45e3e55 /gnu/usr.bin/perl/patchlevel.h | |
parent | Check db_console before entering ddb. (diff) | |
download | wireguard-openbsd-8b143c3173a6c449b255935d1e288e6b15d3d9da.tar.xz wireguard-openbsd-8b143c3173a6c449b255935d1e288e6b15d3d9da.zip |
The official fix for the Perl sprintf buffer overflow.
ok millert@
Diffstat (limited to 'gnu/usr.bin/perl/patchlevel.h')
-rw-r--r-- | gnu/usr.bin/perl/patchlevel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/patchlevel.h b/gnu/usr.bin/perl/patchlevel.h index dec0581c621..83bf774d886 100644 --- a/gnu/usr.bin/perl/patchlevel.h +++ b/gnu/usr.bin/perl/patchlevel.h @@ -121,6 +121,7 @@ hunk. static char *local_patches[] = { NULL ,"SUIDPERLIO1 - fix PERLIO_DEBUG buffer overflow (CAN-2005-0156)" + ,"SPRINTF0 - fixes for sprintf formatting issues - CVE-2005-3962" ,NULL }; |