https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280618
Bug ID: 280618
Summary: sys/sys/tree.h: The RB_GENERATE_INSERT_COLOR macro is
weird.
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: misc
Assignee: [email protected]
Reporter: [email protected]
There seems to be a problem with the RB_GENERATE_INSERT_COLOR macro.
do { \
...
return (child); \
} while ((parent = gpar) != NULL); \
There is a "return" at the end of the "do ... while" loop, so "while ((parent =
gpar) != NULL);" is not evaluated.
--
You are receiving this mail because:
You are the assignee for the bug.