Closed fumeboy closed 1 year ago
here allocating go.string on the heap may lead to R_PCREL offset greater than 32 bits
go.string
https://github.com/eh-steve/goloader/blob/9fbc78a6d5210680c45d9d54dedbaf66c1314e42/ld.go#L313
Yeah I know (I wrote that code), that's why we still have the relocation epilogues
Closing this as I don't think it's an issue
here allocating
go.string
on the heap may lead to R_PCREL offset greater than 32 bitshttps://github.com/eh-steve/goloader/blob/9fbc78a6d5210680c45d9d54dedbaf66c1314e42/ld.go#L313