https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238023
Conrad Meyer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Not A Bug --- Comment #1 from Conrad Meyer <[email protected]> --- The maximal value of scsi_2btoul() is 65535. 655350000 fits in int. Probably what isn't clear is that scsi_2btoul() returns uint32_t, when it only has a range of uint16_t. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
