X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=unixish.h;h=4bf37095a09249dd7a01ffce7d630a199bba30df;hb=452932c35a5cd0aae80a37f9e3a551b9fc75f50d;hp=5c95a7b0d423e034c30b9dfb18f9f66ab7710c70;hpb=36894f0ba8dd1f63e5f514f7f82e6e7c703d459c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/unixish.h b/unixish.h index 5c95a7b..4bf3709 100644 --- a/unixish.h +++ b/unixish.h @@ -129,7 +129,7 @@ #define Mkdir(path,mode) mkdir((path),(mode)) #ifndef PERL_SYS_INIT -# define PERL_SYS_INIT(c,v) PERL_FPU_INIT MALLOC_INIT +# define PERL_SYS_INIT(c,v) MALLOC_CHECK_TAINT2(*c,*v) PERL_FPU_INIT MALLOC_INIT #endif #ifndef PERL_SYS_TERM