Posted in

Go defer+recover无法捕获的4类panic(包括nil pointer dereference in syscall、map write after GC)

第一章:Go defer+rec … Go defer+recover无法捕获的4类panic(包括nil pointer dereference in syscall、map write after GC)Read more

Posted in

Go指针初始值为0,为何defer中recover不到nil pointer dereference?——panic触发阈值深度剖析

第一章:Go指针初始值为0 在 … Go指针初始值为0,为何defer中recover不到nil pointer dereference?——panic触发阈值深度剖析Read more

Posted in

Go代码审计Checklist(2024版):从CWE-78(命令注入)到CWE-476(nil dereference),覆盖17类高危模式的静态扫描规则集

第一章:Go代码审计Checkl … Go代码审计Checklist(2024版):从CWE-78(命令注入)到CWE-476(nil dereference),覆盖17类高危模式的静态扫描规则集Read more

Posted in

Go错误日志英语破译速查卡:panic: runtime error → “invalid memory address” → 定位nil pointer dereference的黄金关键词链

第一章:Go错误日志英语破译速查 … Go错误日志英语破译速查卡:panic: runtime error → “invalid memory address” → 定位nil pointer dereference的黄金关键词链Read more

Posted in

为什么你的Go服务panic频发?——map nil dereference与slice bounds error的7种隐式触发场景(含AST级检测方案)

第一章:Go服务panic频发的 … 为什么你的Go服务panic频发?——map nil dereference与slice bounds error的7种隐式触发场景(含AST级检测方案)Read more

Posted in

Go程序启动崩溃却无panic堆栈?:90%因import顺序导致runtime.init()中未捕获的nil pointer dereference——附gdb watch *initslice指令集

第一章:Go程序启动崩溃却无pa … Go程序启动崩溃却无panic堆栈?:90%因import顺序导致runtime.init()中未捕获的nil pointer dereference——附gdb watch *initslice指令集Read more