Files
llgo/ssa
xgopilot dba9bcc4e4 fix(ssa): use correct package path for interface metadata in abiInterfaceOf
When converting concrete type pointers to interfaces with private methods
across packages, the interface metadata's PkgPath was incorrectly set to
the current compilation package instead of the interface definition package.

This caused the runtime to only fill exported methods in the itab, leaving
private method slots as NULL (0x0), which led to segmentation faults when
calling these private methods.

The fix extracts the package path from the interface's private methods
(if any) instead of using the current package path. This ensures the
runtime receives the correct package path for the visibility check.

Fixes #1370

Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: luoliwoshang <luoliwoshang@users.noreply.github.com>
2025-10-23 10:30:00 +00:00
..
2025-04-03 16:26:11 +08:00
2025-04-03 16:26:11 +08:00
2025-04-08 10:46:14 +08:00
2025-04-08 10:46:14 +08:00
2025-09-09 16:51:08 +08:00
2025-10-15 13:51:16 +08:00
2025-10-15 12:21:51 +08:00
2025-05-18 17:03:47 +08:00
2025-09-18 21:16:06 +08:00
2025-04-03 16:26:11 +08:00
2025-08-08 12:11:17 +08:00
2025-04-11 16:28:48 +08:00
2025-08-07 20:39:35 +08:00
2025-04-03 16:26:11 +08:00
2025-04-08 10:46:14 +08:00