Modify ↓
Opened 17 years ago
Closed 17 years ago
#8218 closed defect (invalid)
tr_wait() may call usleep(3) with invalid argument
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | none |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
tr_wait() may call usleep(3) with an argument larger than 999999. This operation has undefined behavior. The attached diff corrects the problem. Original problem report: http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=41248
Attachments (1)
Note:
See TracTickets
for help on using tickets.



wrong trac, my apologies.