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/opcode.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/opcode.h')
-rw-r--r-- | gnu/usr.bin/perl/opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/opcode.h b/gnu/usr.bin/perl/opcode.h index 6a7fc088918..168b39e2b58 100644 --- a/gnu/usr.bin/perl/opcode.h +++ b/gnu/usr.bin/perl/opcode.h @@ -1585,7 +1585,7 @@ EXT U32 PL_opargs[] = { 0x0022281c, /* vec */ 0x0122291c, /* index */ 0x0122291c, /* rindex */ - 0x0004280f, /* sprintf */ + 0x0004280d, /* sprintf */ 0x00042805, /* formline */ 0x0001379e, /* ord */ 0x0001378e, /* chr */ |