Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
solver: forward nil return value from sharedOp.Exec
Exec could sometimes return nil, which would then result in a segmentation fault, as the code attempts to access a field in the nil result to return. This patch introduces a sanity check before accessing any parts of the field. Signed-off-by: Justin Chadwell <me@jedevc.com>
- Loading branch information