Hello all,
I'm getting a memory corruption and ultimately a crash in the ILibWebServer_StreamBody function. At the end of the function there's this code:
And while pointer to session is valid, Reserved10 (and all other pointers in session) point to 0xfeeefeee
From my testing, it happens after a return from:
Unfortunately, it's not very easy to reproduce, although it does happen pretty much everytime I try to browse/play files using a client.
Has anyone experienced this? Does anyone have any tips on how to fix this problem?
Thanks!

