Skip to content
This repository was archived by the owner on Jan 5, 2019. It is now read-only.
This repository was archived by the owner on Jan 5, 2019. It is now read-only.

Fix CALL* to actually support the return area #273

@axic

Description

@axic

Currently CALL* just drops the last two parametes which specify the output area and length.

Tests should expect data to be written there so I'd think at some point tests going to fail. The better way to deal with this is to insert a helper which uses returndatacopy to write the result into the destination spcified. The one thing to take attention to is that returndatacopy throws on overread, while old style call* doesn't.

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