Skip to content

Corrections needed on pass by value of pointers mechanism #1

Description

@sachman

Certain functions like npnt_alloc_and_get_fence_points which use pointers as arguments are actually pass by value of pointers - the actual corresponding members of the npnt structure will not get updated.
Either directly update those members using the npnt_handle structure, or assign the updated pointers back to the members of npnt_handle structure.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions