IE8 native JSON.parse bug causes stack overflow

前端 未结 6 1181
生来不讨喜
生来不讨喜 2020-12-13 00:45

TL;DR: Adding any non-built-in functions to Array.prototype AND Function.prototype will cause the IE8 native JSON parser to get a stack overflow when parsing any JSO

6条回答
  •  既然无缘
    2020-12-13 01:18

    This was just patched. http://support.microsoft.com/kb/976662

    http://msdn.microsoft.com/en-us/library/cc836466(VS.85).aspx

提交回复
热议问题