You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default depth is large enough to cause stack overflows in
msan builds, though apparently only on old clang versions. Avoiding
a stack overflow there requires making the depth *much* smaller,
less than 1000. As I don't think that's reasonable for all the other
setups where 4k works fine, I'm just dropping this part of the test.
@@ -120,13 +115,6 @@ Warning: unserialize(): Maximum depth of 128 exceeded. The depth limit can be ch
120
115
121
116
Notice: unserialize(): Error at offset 2834 of 2971 bytes in %s on line %d
122
117
bool(false)
123
-
Default depth:
124
-
bool(true)
125
-
126
-
Warning: unserialize(): Maximum depth of 4096 exceeded. The depth limit can be changed using the max_depth unserialize() option or the unserialize_max_depth ini setting in %s on line %d
127
-
128
-
Notice: unserialize(): Error at offset 36869 of 40974 bytes in %s on line %d
0 commit comments