Why does Clang static analyzer think that this is use-after-free?

前端 未结 0 1924
小蘑菇
小蘑菇 2021-01-23 12:36

I\'m probably just stupid:

    fileref_t *fref;

    while (gli_filereflist != NULL)
    {
        fref = gli_filereflist;
        if (fref != NULL)
        {
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题