Skip to content

TLSSocket.setMaxSendFragment results in an abort #38325

@zyscoder

Description

@zyscoder

What steps will reproduce the bug?

Setup a node instance,

» node

and run the following javascript code.

new tls.TLSSocket().setMaxSendFragment();

Then the node instance occurs an abort.

How often does it reproduce? Is there a required condition?

This abort can always be triggered following the steps above.

What is the expected behavior?

If any error occurs, an exception or other similar error-reporting stuff should be thrown. There is no reason to abort the whole node process.

What do you see instead?

» node
Welcome to Node.js v16.0.0-pre.
Type ".help" for more information.
> new tls.TLSSocket().setMaxSendFragment();
/home/zys/Toolchains/node/node[97452]: ../src/crypto/crypto_tls.cc:2010:static void node::crypto::TLSWrap::SetMaxSendFragment(const v8::FunctionCallbackInfo<v8::Value>&): Assertion `args.Length() >= 1 && args[0]->IsNumber()' failed.
 1: 0x565026d33af4 node::Abort() [/home/zys/Toolchains/node/node]
 2: 0x565026d33b88  [/home/zys/Toolchains/node/node]
 3: 0x565026ef3edc node::crypto::TLSWrap::SetMaxSendFragment(v8::FunctionCallbackInfo<v8::Value> const&) [/home/zys/Toolchains/node/node]
 4: 0x565026fb2167 v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo) [/home/zys/Toolchains/node/node]
 5: 0x565026fb2f10  [/home/zys/Toolchains/node/node]
 6: 0x565026fb3507  [/home/zys/Toolchains/node/node]
 7: 0x565026fb379a v8::internal::Builtin_HandleApiCall(int, unsigned long*, v8::internal::Isolate*) [/home/zys/Toolchains/node/node]
 8: 0x565027951259  [/home/zys/Toolchains/node/node]
[1]    97452 abort (core dumped)  /home/zys/Toolchains/node/node                                                                                                                                                                                       

Additional information

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateIssues and PRs that are duplicates of other issues or PRs.tlsIssues and PRs related to the tls subsystem.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions