Closed mercury7720 closed 1 year ago
添加 SS 选择加密算法为 2022-blake3-aes-256-gcm 后 XrayR 会抛出错误 panic: runtime error: slice bounds out of range [:32] with length 16 并停止运行。
2022-blake3-aes-256-gcm
panic: runtime error: slice bounds out of range [:32] with length 16
https://github.com/XrayR-project/XrayR/blob/master/service/controller/userbuilder.go#L94 修改为 user.Passwd 并重新编译后可正常添加和运行。
user.Passwd
Thanks for noticing, fixed at b09f37144726933d9cd70daf5b26654e8674b53d
添加 SS 选择加密算法为
2022-blake3-aes-256-gcm
后 XrayR 会抛出错误panic: runtime error: slice bounds out of range [:32] with length 16
并停止运行。https://github.com/XrayR-project/XrayR/blob/master/service/controller/userbuilder.go#L94 修改为
user.Passwd
并重新编译后可正常添加和运行。