From 81e994d7907f850506ddc248f84761a54995e58c Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Fri, 31 May 2013 17:08:22 -0600 Subject: * Fix not allow remote execution by adding PIPE_NOSHELL to the opening of a url by a browser. --- imap/src/osdep/unix/os_cyg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'imap/src/osdep/unix/os_cyg.h') diff --git a/imap/src/osdep/unix/os_cyg.h b/imap/src/osdep/unix/os_cyg.h index 061db332..81397225 100644 --- a/imap/src/osdep/unix/os_cyg.h +++ b/imap/src/osdep/unix/os_cyg.h @@ -47,6 +47,7 @@ #define setpgrp setpgid #define SYSTEMUID 18 /* Cygwin returns this for SYSTEM */ +#define FLAGSEP ';' #define geteuid Geteuid uid_t Geteuid (void); -- cgit v1.2.3-54-g00ecf