diff options
author | 2011-11-01 13:52:21 +0000 | |
---|---|---|
committer | 2011-11-01 13:52:21 +0000 | |
commit | 945a9a587895b1b0229296859cdf38ee3657a42c (patch) | |
tree | 09792524a15958ed7d97aba0fcd3bfc5992138f3 /gnu/usr.bin/perl/patchlevel.h | |
parent | Fixup previous: don't forget to actually get the current rtable; (diff) | |
download | wireguard-openbsd-945a9a587895b1b0229296859cdf38ee3657a42c.tar.xz wireguard-openbsd-945a9a587895b1b0229296859cdf38ee3657a42c.zip |
Security fix for CVE-2011-2939, Perl decode_xs heap-based buffer overflow.
ok espie@ 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 ce714e7fef0..da35efdffc0 100644 --- a/gnu/usr.bin/perl/patchlevel.h +++ b/gnu/usr.bin/perl/patchlevel.h @@ -133,6 +133,7 @@ static const char * const local_patches[] = { ,"Updated List::Util to 1.23" ,"CVE-2011-1487" ,"Updated Digest to 1.17" + ,"CVE-2011-2939" #ifdef PERL_GIT_UNCOMMITTED_CHANGES ,"uncommitted-changes" #endif |