Yuki Okushi
aa0831092b
Rollup merge of #105207 - RalfJung:interpret-clobber-return, r=oli-obk
...
interpret: clobber return place when calling function
Makes sure the callee cannot observe the previous contents of the return place, and the caller cannot read any of the old return place contents even if the function unwinds.
I don't think we can test for this though, that would require some strange hand-written MIR.
r? `````@oli-obk`````
2022-12-06 12:48:50 +09:00
..
2022-10-02 17:49:36 +02:00
2022-12-03 17:37:42 +01:00
2022-11-22 18:49:29 +00:00
2022-12-04 11:38:51 +01:00
2022-12-05 20:43:42 +01:00
2022-12-01 07:13:45 +00:00
2022-12-03 17:37:42 +01:00
2022-11-28 15:18:53 +11:00
2022-11-18 14:46:36 -08:00
2022-12-01 08:49:51 +00:00
2022-12-02 08:28:08 +01:00
2022-12-03 15:07:39 +00:00
2022-12-03 15:07:39 +00:00
2022-12-03 21:25:45 +00:00
2022-12-04 20:05:32 +00:00
2022-12-06 12:48:50 +09:00
2022-12-03 21:25:45 +00:00
2022-12-02 13:59:28 +11:00
2022-11-21 12:17:03 +00:00
2022-11-26 19:35:32 +00:00
2022-12-04 16:25:32 +01:00
2022-12-03 17:37:41 +01:00
2022-11-27 22:36:32 +03:00
2022-12-01 17:34:43 +00:00
2022-12-01 17:34:43 +00:00
2022-12-03 17:37:42 +01:00
2022-12-05 02:51:06 +00:00
2022-12-03 17:37:41 +01:00
2022-12-05 20:43:44 +01:00
2022-11-27 11:19:04 +00:00
2022-11-24 16:26:13 +03:30
2022-12-03 12:51:30 +09:00
2022-12-02 13:59:28 +11:00
2022-11-29 19:59:37 +03:00
2022-12-02 15:31:15 +00:00
2022-11-23 15:40:27 +00:00
2022-11-26 19:35:32 +00:00
2022-10-16 15:10:40 +01:00
2022-12-01 17:34:43 +00:00
2022-11-29 12:01:58 -03:00
2022-12-04 05:47:10 +00:00
2022-12-04 05:47:10 +00:00
2022-12-01 08:49:51 +00:00
2022-12-06 00:53:01 +00:00
2022-11-27 11:19:04 +00:00
2022-12-05 20:43:44 +01:00
2022-11-15 14:28:20 +09:00
2022-12-01 18:51:05 +03:00
2022-10-23 10:09:44 +02:00
2022-11-25 22:56:59 +00:00
2022-11-30 17:20:14 +00:00
2022-12-01 10:33:28 +00:00
2022-12-05 20:43:44 +01:00
2022-12-01 18:51:05 +03:00
2022-11-29 17:58:09 +00:00
2022-12-03 17:37:42 +01:00
2022-09-13 19:18:23 +02:00
2022-12-03 17:37:42 +01:00
2022-11-26 17:47:23 +01:00
2022-12-04 11:38:51 +01:00
2022-12-05 02:51:06 +00:00
2022-11-28 17:35:40 +00:00
2022-11-05 13:48:30 +00:00
2022-11-29 13:28:44 +00:00
2022-11-21 20:38:55 +00:00