You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original library departed from standard and set
different RSIZE_STR_MAX to 4K and RSIZE_MEM_MAX to 256M
The original comment doesn't explain why this decision
was done.
/*
* We depart from the standard and allow memory and string operations to
* have different max sizes. See the respective safe_mem_lib.h or
* safe_str_lib.h files.
*/
In this change we allign both RSIZE_STR_MAX and RSIZE_MEM_MAX
to same 256M size via standard RSIZE_MAX
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
0 commit comments