Bug 696103

Summary: memcpy is wrongly used in readahead-collector
Product: [Fedora] Fedora Reporter: Felipe Contreras <felipe.contreras>
Component: readaheadAssignee: Harald Hoyer <harald>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 14CC: harald
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-04-20 14:01:32 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:
Bug Depends On:    
Bug Blocks: 696096    

Description Felipe Contreras 2011-04-13 09:21:05 UTC
Description of problem:
See bug #696096 for why it's important that memcpy is properly used.

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

How reproducible:
Each boot

Steps to Reproduce:
See bug #696096
  
Actual results:
readahead-collector crashes (fails the test)

Expected results:
readahead-collector doesn't crash

Additional info:
For some reason abrt is not reporting the crash, so I don't have the backtrace.

Comment 1 Felipe Contreras 2011-04-20 14:01:32 UTC
Looks like it was a false alarm; src == dst is not a problem.