- Fix G115 integer overflow by converting uint32 to int comparison - Remove unnecessary int() conversions for syscall constants - syscall.Stdin/Stderr/Stdout are already int type
Replace os.Setenv calls with t.Setenv in test functions to ensure proper test environment cleanup and better test isolation.