Changes between Initial Version and Version 1 of Ticket #12298, comment 13


Ignore:
Timestamp:
Aug 12, 2015, 7:10:13 AM (9 years ago)
Author:
jackburton

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12298, comment 13

    initial v1  
    55> http://www.greenend.org.uk/rjk/tech/putenv.html
    66
    7 Replying to myself: it seems our putenv() and setenv() behave the same way: they both copy the passed string.
     7Replying to myself: it seems our putenv() and setenv() behave the same way: they both copy the passed string. Which is not a good thing in itself, since this could cause problems with applications which expect to be able to modify the string passed to putenv() and have the change reflected to the environment variable.