diff options
Diffstat (limited to 'pledge.c')
| -rw-r--r-- | pledge.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -83,6 +83,7 @@ static PHP_FUNCTION(suhosin_pledge) | |||
| 83 | if (pm == NULL) { | 83 | if (pm == NULL) { |
| 84 | if (strcmp(p, "stdio") != 0) | 84 | if (strcmp(p, "stdio") != 0) |
| 85 | php_error_docref(NULL TSRMLS_CC, E_WARNING, "pledge: %s invalid or forbidden promise", p); | 85 | php_error_docref(NULL TSRMLS_CC, E_WARNING, "pledge: %s invalid or forbidden promise", p); |
| 86 | efree(p); | ||
| 86 | continue; | 87 | continue; |
| 87 | } | 88 | } |
| 88 | efree(p); | 89 | efree(p); |
