FreeBSD Bugzilla – Attachment 24869 Details for
Bug 42429
[libc] [patch] hash_action called with HASH_DELETE does NOT return 1 if the key is not found
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
db.patch.1.txt
db.patch.1.txt (text/plain), 487 bytes, created by
GB Clark
on 2003-01-09 07:31:16 UTC
(
hide
)
Description:
db.patch.1.txt
Filename:
MIME Type:
Creator:
GB Clark
Created:
2003-01-09 07:31:16 UTC
Size:
487 bytes
patch
obsolete
>*** hash.c Wed Sep 4 17:13:22 2002 >--- hash.c.patched Wed Sep 4 17:11:03 2002 >*************** >*** 685,692 **** > save_bufp->flags &= ~BUF_PIN; > return (SUCCESS); > } >- case HASH_GET: > case HASH_DELETE: > default: > save_bufp->flags &= ~BUF_PIN; > return (ABNORMAL); >--- 685,693 ---- > save_bufp->flags &= ~BUF_PIN; > return (SUCCESS); > } > case HASH_DELETE: >+ return 1; >+ case HASH_GET: > default: > save_bufp->flags &= ~BUF_PIN; > return (ABNORMAL);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 42429
:
24869
|
153230