On Tue Apr 1 17:09:45 2025 +0000, Jacek Caban wrote:
It looks like `handle_to_entry` shouldn't return const.
I think it should, in general entries should not be modified. Only alloc/free are allowed to modify them with the proper release semantics. I can move the cast inside free_user_entry, though I don't think it makes much difference.