https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=42429

Andriy Voskoboinyk <a...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Open                        |Closed
                 CC|                            |a...@freebsd.org
         Resolution|---                         |Works As Intended

--- Comment #4 from Andriy Voskoboinyk <a...@freebsd.org> ---
As I can see from the code and / or attached patch hash_access() with
HASH_DELETE parameter when the key is not found already returns 1 - that's the
value of ABNORMAL macro:

/* Return values */
#define SUCCESS  (0)
#define ERROR   (-1)
#define ABNORMAL (1)

so the patch is actually no-op.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to