Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Fix non optimized tail recursive call stack overflow
Browse files Browse the repository at this point in the history
brave/immutable-js-patch@84e400e

Fix #4778

Corruption was only happening in packaged builds because the code isn't being tail recursive optimized and so the callstack would get huge and corrupted

Auditors: @bsclifton
  • Loading branch information
bbondy committed Oct 15, 2016
1 parent ed04550 commit 2c3c891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"font-awesome-webpack": "0.0.4",
"immutable": "^3.7.5",
"immutablediff": "^0.4.2",
"immutablepatch": "^0.2.2",
"immutablepatch": "brave/immutable-js-patch",
"keytar": "^3.0.0",
"l20n": "^3.5.1",
"ledger-balance": "^0.8.61",
Expand Down

0 comments on commit 2c3c891

Please sign in to comment.