Browse Source
We were not correctly allocating the `db->filename`, failing to copy the null-terminator. This was causing and error when reopening the database after the call to `fork()`. Signed-off-by: Christian Decker <decker.christian@gmail.com> Reported-by: Sean McNally <@sfmcnally> Changelog-fixed: Fixed a crash when running in daemon-mode due to db filename overrunconnected_hook
Christian Decker
6 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue