Skip to content
This repository was archived by the owner on Apr 25, 2018. It is now read-only.
This repository was archived by the owner on Apr 25, 2018. It is now read-only.

Typo that causes access violation #5

@DanielLewisRandall

Description

@DanielLewisRandall

Was "withSize:dataType" which makes it access memory outside of bounds.

I fixed by changing the it to "withSize:val.dataSize".

 [self stringRepresentationForBytes:val.bytes
         withSize:val.dataSize
        ofType:val.dataType
         inBuffer:&cStr[0]];

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