Skip to content

readDoubleLE broken on 9.4.0 #18419

@arthurschreiber

Description

@arthurschreiber
  • Version: v9.4.0
  • Platform: Darwin
  • Subsystem: Buffer

It looks like #17775 might have seriously broken Buffer.prototype.readDoubleLE.

On v9.3.0:

Buffer.from([0xeb, 0x97, 0x3a, 0x98, 0x20, 0xdb, 0xc2, 0x40]).readDoubleLE();
// => 9654.254645656756

On v9.4.0:

Buffer.from([0xeb, 0x97, 0x3a, 0x98, 0x20, 0xdb, 0xc2, 0x40]).readDoubleLE();
// => -5.828774743119337e-192

Metadata

Metadata

Assignees

Labels

bufferIssues and PRs related to the buffer subsystem.confirmed-bugIssues with confirmed bugs.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions