Bug 232695

Summary: Bad cast in ElectricFence cause mmap to fail
Product: [Fedora] Fedora Reporter: George Beshers <gbeshers>
Component: ElectricFenceAssignee: Petr Machata <pmachata>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: mnewsome
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-03-16 19:12:08 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:
Attachments:
Description Flags
patch to remove bad casts none

Description George Beshers 2007-03-16 17:51:39 UTC
Description of problem:
  Someone thought that the size of an mmap should be less than 32 bits.

Version-Release number of selected component (if applicable):
  Rawhide

How reproducible:
  Using libefence do a malloc > 4Gb.


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 George Beshers 2007-03-16 17:51:39 UTC
Created attachment 150263 [details]
patch to remove bad casts