about summary refs log tree commit diff stats
path: root/src/plugins
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-06-12 10:23:31 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-06-12 10:23:31 +0200
commitf1141932fc45fa4bcc87984241b524381c0ab2b3 (patch)
treec405c18fe32e0c73bf9d50c68499a2b8a9950805 /src/plugins
parent74ff38f0bda6e365bdedf29fbd53eedfa520ed74 (diff)
downloadprofani-tty-f1141932fc45fa4bcc87984241b524381c0ab2b3.tar.gz
Dont manipulate pointer from getenv
Found this when looking to fix bug https://github.com/profanity-im/profanity/issues/1357
Not sure if it is related.

man 3 getenv sais:
```
As  typically implemented, getenv() returns a pointer to a string within
the environment list.  The caller must take  care  not  to  modify  this
string, since that would change the environment of the process.
```
Diffstat (limited to 'src/plugins')
0 files changed, 0 insertions, 0 deletions