mirror of
https://repo.or.cz/socat.git
synced 2025-07-08 13:36:32 +00:00
Socat option -r,-R path specifications allow use of variables
This commit is contained in:
parent
9faf068949
commit
2af6089436
9 changed files with 378 additions and 65 deletions
1
utils.c
1
utils.c
|
@ -89,7 +89,6 @@ int setenv(const char *name, const char *value, int overwrite) {
|
|||
#endif /* !HAVE_SETENV */
|
||||
|
||||
|
||||
|
||||
/* sanitizes an "untrusted" character. output buffer must provide at least 4
|
||||
characters space.
|
||||
Does not append \0. returns length of output (currently: max 4) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue