--- JSON-XS/XS.pm 2007/12/05 10:59:28 1.78 +++ JSON-XS/XS.pm 2007/12/19 11:42:52 1.79 @@ -1012,7 +1012,7 @@ arrays. The C stack is a limited resource: for instance, on my amd64 machine with 8MB of stack size I can decode around 180k nested arrays but only 14k nested JSON objects (due to perl itself recursing deeply on croak -to free the temporary). If that is exceeded, the program crashes. to be +to free the temporary). If that is exceeded, the program crashes. To be conservative, the default nesting limit is set to 512. If your process has a smaller stack, you should adjust this setting accordingly with the C method. @@ -1026,7 +1026,7 @@ L to see whether you are vulnerable to some common attack vectors (which really are browser design bugs, but it is still you who will have to deal with it, as major -browser developers care only for features, not about doing security +browser developers care only for features, not about getting security right).