mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-08 21:12:53 +02:00
This makes it more clear that a null check is intended. Avoiding the use of a pointer as a test condition alse increases the type-safety of the comparisons. (This is also MISRA C 2012 rules 14.4 and 11.9)