Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 287 Bytes

c-extension-no-member.md

File metadata and controls

7 lines (4 loc) · 287 Bytes

Pattern: Access to non-existent member of C extension

Issue: -

Description

Used when a variable is accessed for non-existent member of C extension. Due to unavailability of source, static analysis is impossible, but it may be performed by introspecting living objects in run-time.