Details
-
Improvement
-
Resolution: Won't Fix
-
Trivial
-
None
-
None
Description
"if (Var) ASSERT(FALSE);" is better written as "ASSERT(!Var);":
easier to read code, more explicit report when triggered, ....
NB:
Scope of this issue is explicitly limited.
Further similar improvements would be done in follow-up issue(s).
PS:
I will attach one (individual) patch at a time, to ease review. (As they are unrelated to one another.)
Attachments
Issue Links
- is blocked by
-
CORE-12045 Assertion error in ntoskrnl/io/iomgr/file.c after exception in Apache web server
- Resolved