Bug 693
Summary: | coredumps with long filenames | ||
---|---|---|---|
Product: | [Retired] Red Hat Powertools | Reporter: | Mike Wangsmo <wangsmo> |
Component: | tripwire | Assignee: | Mike Maher <mike> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 5.2 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 1999-02-11 22:46:30 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Mike Wangsmo
1999-01-05 17:32:50 UTC
This is a very common code problem; typically, these is* macros take int arguments where the only valid arguments are eitehr -1 .. 255 or 0 .. 255. Many OSes/compilers use signed chars. Almost nobody takes proper care in casting char arguments to is*() to unsigned char. You'll find unpredictable things in much code, I'm sure. added patch to fix tripwire |