`Cat.create()` creates a `ptr Cat` type, `DangerousCat.create()` creates a `ptr 
DangerousCat` type which is a pointer to a pointer so the assignment to 
`dangerCatSigSegV.name` can only fail.

Reply via email to