3f3260ffd2
Changed ipc_sock_server_conns_ map's value type to size_t. Previous type of int caused allocations of sizes greater than 2GB to overflow, causing the message len to be stored as a negative value, preventing the IPC server from exporting dmabuf file descriptors, which lead to hangs. Signed-off-by: Sunday Clement <Sunday.Clement@amd.com>