corrected memory leak issue and added some boundary check
This commit is contained in:
@@ -62,7 +62,7 @@ void noprint(const char *fmt, ...);
|
||||
#else
|
||||
#define ir_printf noprint
|
||||
#endif
|
||||
#define USER_DATA_SIZE 1636
|
||||
#define USER_DATA_SIZE 2048
|
||||
// #define USER_DATA_SIZE 4096
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user