Page MenuHomeFreeBSD

D45407.diff
No OneTemporary

D45407.diff

diff --git a/sys/sys/pctrie.h b/sys/sys/pctrie.h
--- a/sys/sys/pctrie.h
+++ b/sys/sys/pctrie.h
@@ -84,7 +84,7 @@
if (parentp == NULL) \
return (0); \
parent = allocfn(ptree); \
- if (parent == NULL) \
+ if (__predict_false(parent == NULL)) \
return (ENOMEM); \
pctrie_insert_node(parentp, parent, val); \
return (0); \

File Metadata

Mime Type
text/plain
Expires
Fri, Feb 14, 3:56 AM (19 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16625368
Default Alt Text
D45407.diff (368 B)

Event Timeline