Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

invalid memory address or nil pointer dereference #33

@SummerFans

Description

@SummerFans

/inspection/inspection.go

	if c.Delivery.IsMisdirected {
		s.handler.CargoWasMisdirected(c)      //<-- s.handle is nil
	}

	if c.Delivery.IsUnloadedAtDestination {
		s.handler.CargoHasArrived(c).               //<-- s.handle is nil
	}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions