AlexStocks commented on PR #3284: URL: https://github.com/apache/dubbo-go/pull/3284#issuecomment-4191973833
[P0] 阻断级问题:在 'realizeVariadicArg' 函数中,直接使用 'slice.Index(i).Set(reflect.ValueOf(realized))' 存在类型安全风险。'realized' 可能与 'elemType' 不完全匹配,导致运行时 panic。建议在设置前检查 'realized' 类型与 'elemType' 的兼容性,或使用类型转换确保安全赋值。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
