Skip to content

ADB entries could be unlinked too soon

Evan Hunt requested to merge 3256-adb-crash into main

due to a typo in the code, ADB entries were unlinked from their entry buckets during shutdown if they had a nonzero reference count. they were only supposed to be unlinked if the reference count was exactly one (that being the reference held by the bucket itself).

Closes #3256 (closed)

Merge request reports