Files
palladum-lightning/common
Rusty Russell 8f09f0c154 common: fix ubsan trigger in param test.
```
common/test/run-param.c:381:8: runtime error: applying zero offset to null pointer
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior common/test/run-param.c:381:8
```

Probably because CI now on 24.04, so more recent clang.  But the test really does
want to see what happens when the callback is NULL, so workaround.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2026-01-07 09:42:11 +10:30
..
2025-10-26 20:31:45 +10:30
2024-03-07 14:09:14 +01:00
2024-10-07 14:05:47 +02:00
2024-11-21 14:15:36 +10:30