AlexStocks commented on PR #3284:
URL: https://github.com/apache/dubbo-go/pull/3284#issuecomment-4191979352

   [P0] 类型安全问题:在 realizeVariadicArg 
函数中,slice.Index(i).Set(reflect.ValueOf(realized)) 存在潜在类型不匹配的风险。建议在设置值之前验证 
realized 的类型与目标切片元素类型是否兼容,防止运行时 panic。


-- 
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]

Reply via email to