Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This release includes a minor bug fix in the zero pack creation. Changes: - Remove shared variable in the zero pack go routine. The err variable was being shared and updated in the zero pack go routine. This could cause race conditions and undesirable results including segmentation fault. This fix creates a local variable within the zero pack go routine. Signed-off-by: Reagan Lopez <[email protected]>
- Loading branch information