Skip to content

Do not accept a too-large offset in memory accesses#172

Merged
sunfishcode merged 1 commit intomasterfrom
fix-address.wast
Nov 11, 2015
Merged

Do not accept a too-large offset in memory accesses#172
sunfishcode merged 1 commit intomasterfrom
fix-address.wast

Conversation

@kripken
Copy link
Member

@kripken kripken commented Nov 11, 2015

They should be a uint32 value.

This fixes #161.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This constant could use hex form to make it more obvious what value it is: 0xffffffffL.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@sunfishcode
Copy link
Member

lgtm, with minor nit above.

@rossberg
Copy link
Member

LGTM

sunfishcode added a commit that referenced this pull request Nov 11, 2015
Do not accept a too-large offset in memory accesses
@sunfishcode sunfishcode merged commit a78b742 into master Nov 11, 2015
@sunfishcode sunfishcode deleted the fix-address.wast branch November 11, 2015 15:30
ngzhian added a commit to ngzhian/spec that referenced this pull request Nov 4, 2021
Change Rep type of SIMD to be immutable string
dhil pushed a commit to dhil/webassembly-spec that referenced this pull request Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

address.wast testcase constants

3 participants