[cfe-dev] Ownership attribute for malloc etc. checking

Alexei Svitkine alexei.svitkine at gmail.com
Mon Jul 12 16:52:04 PDT 2010


> The remaining issue is still that void foo(void ** it) {it=malloc(42);} warns.

Do you mean void foo(void ** it) {*it=malloc(42);} ?

Because the one you mentioned should warn. ;)

-Alexei



More information about the cfe-dev mailing list