|
Bugzilla – Full Text Bug Listing |
| Summary: | htdig-3.2.0b6-7: integer operation result is out of range | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | David Binderman <dcb314> |
| Component: | Basesystem | Assignee: | Hendrik Vogelsang <hvogel> |
| Status: | RESOLVED WONTFIX | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
please report this upstream to http://www.htdig.org/ |
I just tried to compile package htdig-3.2.0b6-7 with the Intel C compiler It said WordDBPage.cc(85): warning #61: integer operation result is out of range The source code is if(cmp || size>8*1024*1000000000) The compiler is correct. 8e12 is outside the integer range of 32 bit machines. Suggest code rework. BTW, you only got this bug report because the email of the author [andrew@contigo.com] doesn't seem to work.