[trac931] Use uint32_t for fixed-sized lengths
The length sent over wire are 32bit unsigned integers, but it could read it as size_t which might be 64bit. It's strange this didn't cause any trouble, but this is cleaner anyway.
Showing
Please register or sign in to comment