Files
leveldb/util
leveldb Team e829478c6a Fix speculatively some "placement new" issues in leveldb
cl/713346733 changed the type of some variables to pointers, but didn't adjust the placement new statements. From pkasting@: "I suspect your code is wrong and will crash. An array is a pointer, so taking its address also gives a pointer, which is why it compiles; but the value of that pointer is different. You're no longer providing the address of the storage, but rather the address of the array pointer."

PiperOrigin-RevId: 717926210
2025-01-24 21:05:34 +00:00
..
2022-01-03 21:05:04 +00:00
2022-01-03 21:05:04 +00:00
2022-01-03 21:05:04 +00:00
2022-01-03 21:05:04 +00:00
2020-04-14 01:10:05 +00:00
2019-05-04 17:42:20 -07:00
2022-01-03 21:05:04 +00:00
2020-04-29 20:51:13 +00:00
2022-01-03 21:05:04 +00:00
2020-04-29 20:51:13 +00:00
2022-01-03 21:05:04 +00:00
2020-04-29 20:51:13 +00:00
2022-01-03 21:05:04 +00:00