Skip to content

Commit

Permalink
XS: secaudit issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Soquet committed Nov 20, 2021
1 parent addd0f0 commit c295400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xs/sources/xsArray.c
Original file line number Diff line number Diff line change
Expand Up @@ -1650,7 +1650,7 @@ void fx_Array_prototype_join(txMachine* the)
while (index < length) {
if (comma) {
slot = fxNextSlotProperty(the, slot, the->stack, XS_NO_ID, XS_NO_FLAG);
size += slot->value.key.sum;
size = fxAddChunkSizes(the, size, slot->value.key.sum);
}
else
comma = 1;
Expand Down

0 comments on commit c295400

Please sign in to comment.