From 3966bdb919a34a341b88385209cdac9c7eac9991 Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Thu, 3 Mar 2016 16:51:02 +0100 Subject: random + seed protection --- execute.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'execute.h') diff --git a/execute.h b/execute.h index 03d19d3..e4eca98 100644 --- a/execute.h +++ b/execute.h @@ -18,4 +18,12 @@ typedef struct _suhosin_internal_function_handler { void *arg3; } suhosin_internal_function_handler; +// execute_ih.c S7_IH_FUNCTION(preg_replace); + +// execute_rnd.c +S7_IH_FUNCTION(srand); +S7_IH_FUNCTION(mt_srand); +S7_IH_FUNCTION(mt_rand); +S7_IH_FUNCTION(rand); +S7_IH_FUNCTION(getrandmax); -- cgit v1.3