diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-12 20:08:56 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-12 20:08:56 +0000 |
commit | 7d5ea4e771e13c538d9f0504cb48d13891fcb5c9 (patch) | |
tree | 93907373e9324237af6ad6dc9d46db3dd003ca30 /thrdvar.h | |
parent | 2b8dc4d2eb8ad36cf53b962575087dfa9dc6d602 (diff) | |
download | perl-7d5ea4e771e13c538d9f0504cb48d13891fcb5c9.tar.gz |
make sprintf("%g",...) threadsafe; only taint its result iff the
formatted result looks nonstandard
p4raw-id: //depot/perl@4130
Diffstat (limited to 'thrdvar.h')
-rw-r--r-- | thrdvar.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -119,6 +119,10 @@ PERLVAR(Tfirstgv, GV *) /* $a */ PERLVAR(Tsecondgv, GV *) /* $b */ PERLVAR(Tsortcxix, I32) /* from pp_ctl.c */ +/* float buffer */ +PERLVAR(Tefloatbuf, char*) +PERLVAR(Tefloatsize, STRLEN) + /* regex stuff */ PERLVAR(Tscreamfirst, I32 *) |