Rev 15588 | Rev 16696 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15588 | Rev 15829 | ||
---|---|---|---|
Line 43... | Line 43... | ||
43 | /* max randperm() items. Should be compatible to MAX_LINELEN. */ |
43 | /* max randperm() items. Should be compatible to MAX_LINELEN. */ |
44 | #define MAX_RANDPERM 2000 |
44 | #define MAX_RANDPERM 2000 |
45 | /* Number of session random numbers */ |
45 | /* Number of session random numbers */ |
46 | #define MAX_SESRANDOM 64 |
46 | #define MAX_SESRANDOM 64 |
47 | /* Limit of output length. This can be configured. */ |
47 | /* Limit of output length. This can be configured. */ |
48 | #define OUTPUT_LENGTH_LIMIT (1024*1024) |
48 | #define OUTPUT_LENGTH_LIMIT (1024*1024*8) |
49 | /* limit of items in value lists */ |
49 | /* limit of items in value lists */ |
50 | #define MAX_VALUE_LIST 2048 |
50 | #define MAX_VALUE_LIST 2048 |
51 | /* We fix a limit for the number of goto's (or for jumps) executed, |
51 | /* We fix a limit for the number of goto's (or for jumps) executed, |
52 | * in order to avoid infinite loop or DOS attack. |
52 | * in order to avoid infinite loop or DOS attack. |
53 | */ |
53 | */ |