detecting-unchecked-malloc

Detects unchecked return values of memory allocation functions like malloc, calloc, and realloc that can lead to null pointer dereferences. Use when analyzing memory allocation, error handling, or investigating null pointer risks.

$ Installieren

git clone https://github.com/majiayu000/claude-skill-registry /tmp/claude-skill-registry && cp -r /tmp/claude-skill-registry/skills/productivity/detecting-unchecked-malloc ~/.claude/skills/claude-skill-registry

// tip: Run this command in your terminal to install the skill