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 problem is simple: unserializeSession splits input into parts using regexps, therefore, if some string data contains |, unserializeSession may fail to parse data.
I also got an infinite loop in some cases (cannot get minimal example).
The problem is simple:
unserializeSessionsplits input into parts using regexps, therefore, if some string data contains|,unserializeSessionmay fail to parse data.I also got an infinite loop in some cases (cannot get minimal example).