clockworklabs / SpacetimeDB

Multiplayer at the speed of light
https://spacetimedb.com
Other
4.12k stars 100 forks source link

Fix soundness hole in `Table::delete` + don't make & immedately drop PVs in the method #1162

Closed Centril closed 2 weeks ago

Centril commented 3 weeks ago

Description of Changes

Future work: consider changing Table::find_same_row to work on &ProductValue instead, so we don't have to insert rows temporarily anywhere.

API and ABI breaking changes

None

Expected complexity level and risk

2