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
What I observed, its that if 'xx' is invalid and especially if shorter then it should be, the deserialize locks main thread into infinity. I wonder if there is a way around this. I could check buffer size, but in my case its unknown sent over network.
The text was updated successfully, but these errors were encountered:
Serio::deserialize('xx', A, B);
What I observed, its that if 'xx' is invalid and especially if shorter then it should be, the
deserialize
locks main thread into infinity. I wonder if there is a way around this. I could check buffer size, but in my case its unknown sent over network.The text was updated successfully, but these errors were encountered: