Bug 696101

Summary: memcpy is wrongly used
Product: [Fedora] Fedora Reporter: Felipe Contreras <felipe.contreras>
Component: pulseaudioAssignee: Lennart Poettering <lpoetter>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 14CC: lkundrak, lpoetter
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: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:
Bug Depends On:    
Bug Blocks: 696096    
Attachments:
Description Flags
Backtrace none

Description Felipe Contreras 2011-04-13 09:16:07 UTC
Created attachment 491690 [details]
Backtrace

Description of problem:

See bug #696096 for why it's important that memcpy is properly used.

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

How reproducible:
Very easily

Steps to Reproduce:
See bug #696096
  
Actual results:
pulseaudio eventually crashes (fails the test)

Expected results:
pulseaudio doesn't crash

Comment 1 Felipe Contreras 2011-04-20 14:01:08 UTC
Looks like it was a false alarm, src was == dst, which is not a failure.