Files
palladum-lightning/common
Rusty Russell 87f6ceb721 gossmap: fix OpenBSD crash.
Thanks to amazing debugging assistance from grubles, we figured out
that indeed, my memory was correct: write and mmap are not consistent
on all platforms.  The easiest fix is to disable mmap on OpenBSD for now:
the better fix is to do in-place updates using the mmap, and only rely
on write() for append (which always causes a remap anyway before it's accessed).

Fixes: https://github.com/ElementsProject/lightning/issues/7109
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-02-27 15:33:04 +01:00
..
2024-02-16 15:02:38 +01:00
2023-11-01 14:11:28 +10:30
2023-11-01 14:11:28 +10:30
2023-09-21 20:08:24 +09:30
2023-07-11 11:41:15 +09:30
2023-09-21 20:08:24 +09:30
2023-06-23 13:12:42 +09:30
2022-09-19 10:18:55 +09:30
2021-12-30 14:36:55 +10:30
2024-02-27 15:33:04 +01:00
2024-02-27 14:04:44 +01:00
2022-01-20 15:24:06 +10:30
2022-01-20 15:24:06 +10:30
2023-09-21 20:08:24 +09:30
2023-07-11 11:41:15 +09:30
2023-07-11 11:41:15 +09:30
2024-02-16 15:02:38 +01:00
2023-09-21 20:08:24 +09:30
2023-09-21 20:08:24 +09:30
2023-09-21 20:08:24 +09:30
2022-10-26 11:29:06 +10:30
2024-02-16 15:02:38 +01:00
2024-02-16 15:02:38 +01:00
2023-06-01 09:28:39 +09:30