Skip to content

Conversation

AirCity456
Copy link
Contributor

the obj_saveMethodInfo function.

Moved name_buff out of the inner if block so its storage duration covers all code paths. This prevents using pointers to a transient buffer that previously led to #356 :

  1. method name/hash mismatches
  2. intermittent NameError on lookups
  3. misleading integrity diagnostics

the obj_saveMethodInfo function.

Moved name_buff out of the inner if block so its storage duration covers
all code paths. This prevents using pointers to a transient buffer that previously led to:

1. method name/hash mismatches
2. intermittent NameError on lookups
3. misleading integrity diagnostics
@pikasTech pikasTech merged commit 1f52859 into pikasTech:master Sep 8, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants