Details
- 
    Bug 
- 
    Resolution: Won't Fix
- 
    Major 
- 
    None
- 
    None
Description
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.