summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/opcode.h
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-01-02 23:37:11 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-01-02 23:37:11 +0000
commitf2f6b14bfb5bc9ad0276efe011c3d186010ce1a2 (patch)
treeccf9420b7c08b836cb10bd2bef4f4dec39840d37 /gnu/usr.bin/perl/opcode.h
parentde6ef642291f1509f690956bd6424b6739b0fd03 (diff)
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.h2
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 */