Hi all
We're getting an unexpected error code when users try to log in into Universe and the maximum number of users is reached.
Instead of getting the usual 39134 error code we receive 1449750101.
It's a weird number, so we did some further investigation
Turned into hexadecimal we get 0x56696E55
All the numbers fall into a rather small range, within the letters in the ASCII table.
So, turning it into ASCII characters we get "VinU". Accounting for endianess, this is "UniV".
We are getting a messed up error code from a (we suspect) dangling pointer that it's pointing to a string area instead of a proper integer.
This is under Windows servers, running 11.3.5 UniVerse.
------------------------------
Héctor Cortiguera
Quiter Servicios Informaticos SL
------------------------------




