Commit 1f52859
fix(pikaobj): move name_buff from conditional block to function scope in
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 diagnostics1 parent 0571919 commit 1f52859
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1191 | 1191 | | |
1192 | 1192 | | |
1193 | 1193 | | |
| 1194 | + | |
1194 | 1195 | | |
1195 | | - | |
1196 | 1196 | | |
1197 | 1197 | | |
1198 | 1198 | | |
| |||
0 commit comments