mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-29 04:17:07 +02:00
Disable RUN in callbacks to ordx and subst_xxx functions.
This commit is contained in:
@@ -66,6 +66,7 @@ void unlimit_execution_time(void);
|
||||
expr_node *free_expr_tree(expr_node *node);
|
||||
expr_node *clone_expr_tree(expr_node const *node, int *r);
|
||||
int EvalExpr (char const **e, Value *v, ParsePtr p);
|
||||
int EvalExprRunDisabled(char const **e, Value *v, ParsePtr p);
|
||||
int DoCoerce (char type, Value *v);
|
||||
char const *PrintValue (Value *v, FILE *fp);
|
||||
int CopyValue (Value *dest, const Value *src);
|
||||
|
||||
Reference in New Issue
Block a user