-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ValueDrain without RawLinks as potential fix of remove_entry_mult
Using RawLinks (to access links of other entries) is suspect for ValueDrain, particularly in `remove_entry_mult` where `remove_found` is used to remove the entire target entry (and adjust links accordingly). RawLinks was originally introduced to `ValueDrain` in 82d53db. Note that this introduces further duplication of code in `remove_extra_value_2` which isn't ideal.
- Loading branch information
Showing
1 changed file
with
96 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters