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
This will likely require #642 which allows generic propagation. So that bounds info can be propagated along with it. Currently, void* params are marked as wild, so no bounds information is added, and any that may exist in partially-converted files is ignored. When these are rewritten with generics, they become safe and array pointers require bounds to compile with checkedc.
For now, this is an additional -alltypes problem preventing compilation.