[alsa-devel] SALSA-Lib: snd_pcm_hw_params_any clobbers memory
    J. Scott Merritt 
    alsauser at pragmasoft.com
       
    Wed Jun 27 22:33:52 CEST 2007
    
    
  
Dear list,
Using SALSA-Lib 0.0.2, I call
   snd_pcm_open
   snd_pcm_hw_params_malloc
   snd_pcm_hw_params_any
The call to snd_pcm_hw_params_any appears to clobber memory beyond the
end of the hw_params allocated by snd_pcm_hw_params_malloc (as reported
by linking in -lmcheck).
The code is being cross-compiled and tested on an ARM processor
(PXA270) which is running linux kernel 2.6.21.   This same code sequence
-does- operate properly (in the same ARM test environment) when compiled
against AlsaLib 1.0.13.
I got "lost" somewhere around the hw_refine IOCTL ....  Any suggestions
appreciated :)
Thanks, Scott.
    
    
More information about the Alsa-devel
mailing list