Skip to content

Commit 46e0c27

Browse files
author
Patrick Soquet
committed
XS: secaudit issue #14
1 parent d368d0f commit 46e0c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xs/sources/xsDataView.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1942,7 +1942,7 @@ void fx_TypedArray_prototype_join(txMachine* the)
19421942
while (offset < limit) {
19431943
if (comma) {
19441944
slot = fxNextSlotProperty(the, slot, the->stack, XS_NO_ID, XS_NO_FLAG);
1945-
size += slot->value.key.sum;
1945+
size = fxAddChunkSizes(the, size, slot->value.key.sum);
19461946
}
19471947
else
19481948
comma = 1;

0 commit comments

Comments
 (0)