Files
gvisor/pkg/syserr
Ayush Ranjan 9d41ac1ff0 Fix unsigned to signed integer conversion in syserr.getHostTranslation().
unix.Errno is of type `uintptr`, which is an unsigned integer. It was being
casted to `int`, which is a signed integer of the same size. This cast could
overflow due to unsigned -> signed.

Reported-by: syzbot+08e5bf6f25d7db4316b9@syzkaller.appspotmail.com
PiperOrigin-RevId: 680668525
2024-09-30 12:11:53 -07:00
..