rust/library
Dylan DPC e423a6f5f0
Rollup merge of #99198 - RalfJung:alloc-null-ptr, r=JohnTitor
add missing null ptr check in alloc example

`alloc` can return null on OOM, if I understood correctly. So we should never just deref a pointer we get from `alloc`.
2022-07-18 21:14:45 +05:30
..
2022-05-20 09:30:26 +02:00
2022-06-03 17:16:41 -04:00
2022-05-27 07:36:17 -04:00
2022-06-28 09:54:29 -04:00
2022-06-03 17:16:41 -04:00
2022-07-01 15:48:23 +02:00