On Tue, Dec 02, 2025 at 02:43:25PM +0000, Bertrand Drouvot wrote: > - hash_ctl.keysize = sizeof(int32); > + hash_ctl.keysize = sizeof(Buffer); > hash_ctl.entrysize = sizeof(PrivateRefCountEntry);
LGTM. Appears to be a minor oversight in commit 4b4b680c3d, but it's of no consequence because Buffer has been a signed 32-bit integer since commit bdadc9bf1c. Will go commit this. -- nathan
