jamesjuett / eecs280-async-lectures

MIT License
4 stars 2 forks source link

Lecture 13 - Update advice on nulling dangling pointers #18

Closed jamesjuett closed 8 months ago

jamesjuett commented 1 year ago

In my live slides, I've updated the advice to explicitly recommend against nulling pointers to prevent them from dangling. The proper solution is to use scope to avoid dangling pointers.