diff options
| author | Ben Fuhrmannek | 2016-03-03 16:51:02 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2016-03-03 16:51:02 +0100 |
| commit | 3966bdb919a34a341b88385209cdac9c7eac9991 (patch) | |
| tree | 25cef2c2c305b36f8439d7981b64b5213e23d37f /execute.h | |
| parent | 3e77c15105551dee21edac0ab090ffaf10c4ff4d (diff) | |
random + seed protection
Diffstat (limited to 'execute.h')
| -rw-r--r-- | execute.h | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -18,4 +18,12 @@ typedef struct _suhosin_internal_function_handler { | |||
| 18 | void *arg3; | 18 | void *arg3; |
| 19 | } suhosin_internal_function_handler; | 19 | } suhosin_internal_function_handler; |
| 20 | 20 | ||
| 21 | // execute_ih.c | ||
| 21 | S7_IH_FUNCTION(preg_replace); | 22 | S7_IH_FUNCTION(preg_replace); |
| 23 | |||
| 24 | // execute_rnd.c | ||
| 25 | S7_IH_FUNCTION(srand); | ||
| 26 | S7_IH_FUNCTION(mt_srand); | ||
| 27 | S7_IH_FUNCTION(mt_rand); | ||
| 28 | S7_IH_FUNCTION(rand); | ||
| 29 | S7_IH_FUNCTION(getrandmax); | ||
