Skip to content

V8 upgrade to 4.6.85.23: Can no longer create a Buffer instance with nullptr #3781

Closed
@TooTallNate

Description

@TooTallNate

In ref we do:

Nan::NewBuffer(nullptr, 0, wrap_pointer_cb, nullptr);

i.e. a Buffer instance backed by the null pointer, useful for ffi and other things. d8011d1 seems to have broken this functionality. Summoning a V8 guru (@indutny 😉) to possibly find out what's going on?

Thanks!

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