Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix segfault due to missing LinkTable allocation
LinkTable_new dereferences a NULL linktbl pointer when it does not load the link table from disk. It needs to allocate the new LinkTable object. Fixes: 0747566 ("updated LinkTable invalidation")
- Loading branch information