-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Won't Fix
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Right now to calculate the proper number of bytes to be allocated, we are using a FielOffset with ca[5], however ca has just 5 elements, not 6.
Fixing it with FIELD_OFFSET(cs_t, ca[4])+ sizeof(int)) since ca is an int.