Mandeep Singh Grang
Results
2
comments of
Mandeep Singh Grang
Here, the type of `T` is: ``` TypedefType 0xb1b80a0 'T' sugar |-Typedef 0xb1b7f10 'T' `-TypeVariableType 0xb1b7ed0 '(0, 0) __BoundsInterface' ``` And we hit the following condition in `SemaType.cpp`: `// In...
Mike, If we re-write `calloc` with an `nt_array_ptr` then as you said that for normal arrays we would no longer be able to overwrite the null terminator. This would be...