bors 574d81ce79 Auto merge of #1208 - christianpoveda:environ-shim, r=RalfJung
Environ shim

Remake of https://github.com/rust-lang/miri/pull/1147. There are three main problems with this:

1. For some reason `update_environ` is not updating `environ` when `setenv` or `unsetenv` are called. Even then it works during initialization.
2. I am not deallocating the old array with the variables in `update_environ`.
3. I had to store the `environ` place into `MemoryExtra` as a field to update it. I was thinking about changing `extern_statics` to store places instead of `AllocID`s to avoid this.

@RalfJung
2020-03-08 15:39:43 +00:00
..
2019-09-29 11:43:50 -04:00
2020-01-25 13:48:26 -06:00
2020-03-06 14:32:46 +01:00
2019-11-25 15:08:47 +01:00
2019-10-11 04:17:43 -05:00
2019-11-07 09:17:40 +01:00
2019-09-20 08:53:35 +02:00
2019-08-28 17:57:41 -05:00
2020-03-06 08:21:53 -05:00
2020-03-06 08:21:53 -05:00
2019-11-25 15:08:47 +01:00
2020-03-06 14:32:46 +01:00
2019-12-31 12:10:52 +01:00
2020-03-04 10:19:35 +01:00
2019-07-26 10:14:44 +02:00
2020-01-19 10:03:18 -06:00
2020-01-19 10:03:18 -06:00
2019-06-30 15:31:14 +01:00
2019-11-08 12:43:26 +01:00
2020-01-28 20:39:06 -06:00
2019-08-04 16:44:32 -04:00
2019-11-05 20:17:35 +01:00
2019-08-18 11:34:09 +02:00
2019-08-18 11:34:09 +02:00
2020-01-19 10:03:18 -06:00
2019-06-30 16:45:41 +02:00