Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Off-by-one error in pool consistency check
I'm getting a segmentation fault on this line because pool->objects can be NULL. I suspect this > should be >=, though I'm not quite sure. Signed-off-by: Eric Mertens <[email protected]>
- Loading branch information