lightningd: don't crash when truncating large log messages
This commit fixes a crash bug in Core Lightning's logging code. When a log message was very long and got truncated, the program accidentally used the standard free() on memory that had been allocated by the project's own tal allocation sys…
81425f17by Matt Whitlock+22−183 files