Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 269 Bytes

0xC0000005.md

File metadata and controls

5 lines (5 loc) · 269 Bytes

0xC0000005: Access violation reading location

  • 可能的三种情况
    • 数据越界或是定义的指针未释放.
    • 空的指针的可能性最大。使用指针前最好能显式的赋值!
    • 内存访问错误,检查指针,是否为空,是否越界等