We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a3494 commit 6c85b24Copy full SHA for 6c85b24
pythonbpf/helper/helper_utils.py
@@ -98,6 +98,7 @@ def get_or_create_ptr_from_arg(
98
"""Extract or create pointer from the call arguments."""
99
100
logger.info(f"Getting pointer from arg: {ast.dump(arg)}")
101
+ sz = None
102
if isinstance(arg, ast.Name):
103
# Stack space is already allocated
104
ptr = get_var_ptr_from_name(arg.id, local_sym_tab)
0 commit comments