mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Fix for argv for setuid scripts (Solaris patch 115-CR6934836)
This change is pulled from here: https://github.com/oracle/solaris-userland/blob/master/components/ksh93/patches/115-CR6934836.patch Unfortunately there is no publicly available documentation on what this does or why it was needed. We just have to assume the Solaris people knew what they were doing. ksh2020 upstreamed this too (as well as all the other Solaris patches applied here).
This commit is contained in:
parent
3f15067272
commit
bae02c39b6
3 changed files with 9 additions and 1 deletions
|
|
@ -102,6 +102,8 @@ struct sh_scoped
|
|||
char **otrapcom;
|
||||
void *timetrap;
|
||||
struct Ufunction *real_fun; /* current 'function name' function */
|
||||
int repl_index;
|
||||
char *repl_arg;
|
||||
};
|
||||
|
||||
struct limits
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue