mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-02 13:54:21 +01:00
It's defined to be nonull: ``` channeld/channeld.c:2381:2: runtime error: null pointer passed as argument 1, which is declared to never be null /usr/include/stdlib.h:856:3: note: nonnull attribute specified here SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior channeld/channeld.c:2381:2 in ``` Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>