Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The AddAllocation() method is sometimes called in contexts where the allocation can fail, and others where it should not. This leads to silent corruption of values in certain cases. To fix this, we should split this method into TryAddAllocation(), using the existing semantics, and a new AddAllocation() method which cannot fail.
Attachments
Attachments
Issue Links
- links to