A heap has corrupted after I free it C

后端 未结 0 1562
没有蜡笔的小新
没有蜡笔的小新 2021-02-06 05:51

I have a struct of 2 pointers (shown below), which means 8 bytes.

struct DNS_query
{
    uint8_t* name;
    DNS_question* question;
};

So that me

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