Skip to content

UBSAN error in GetBackingStore() #152

Closed
@jeroen

Description

@jeroen

The call to GetBackingStore() which was introduced in #117 seems to trigger an ubsan error.

Reproduce with Dockerfile like this:

FROM wch1/r-debug
RUN RDsan -e "install.packages('V8')"
RUN RDsan -e 'ctx=V8::v8(); ctx$get("new ArrayBuffer(8);")'

# real world example
# RUN RDsan -e "example(wasm, package='V8')"

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