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
Disallow array_ptrs to function types. (checkedc#204)
Update the specification to disallow array_ptrs of function types. Bounds checking pointers to function types does not make sense because functions do not have sizes in C. This addiresses issue checkedc#34.
Also correct the capitalization of the _Nt_array_ptr keyword in the specification.
0 commit comments