Skip to content
  • Mark Hills's avatar
    Workaround uninitialised memory returned by ALSA · e56529cc
    Mark Hills authored
    This triggers a chain of errors within valgrind, making debugging
    impossible. snd_pcm_readi() is returning an uninitialised buffer when
    it is first called. A possible cause could be poll() returning
    immediately with POLLIN when xwax starts.
    
    This requires further investigation.
    e56529cc