Fix Malloc problem for IPC Reads.
This commit is contained in:
		| @@ -32,8 +32,8 @@ typedef uint8_t Byte; | |||||||
| #define DMSG(x) | #define DMSG(x) | ||||||
| #endif | #endif | ||||||
| // Used for global buffers. | // Used for global buffers. | ||||||
| #define	MIN_REQUEST_BUF_LEN		1024 | #define	MIN_REQUEST_BUF_LEN		32*1024 | ||||||
| #define	MIN_REPLY_BUF_LEN		4096 | #define	MIN_REPLY_BUF_LEN		32*1024 | ||||||
|  |  | ||||||
| #ifdef SSCS_LINUX_PLAT_F | #ifdef SSCS_LINUX_PLAT_F | ||||||
| #include "sscs_unx_ipc_client.h" | #include "sscs_unx_ipc_client.h" | ||||||
|   | |||||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user