Description: Zero ao_sample_format structure to cope with libao 1.0.0 Author: Colin Watson Bug-Debian: http://bugs.debian.org/591396 Bug-Ubuntu: https://bugs.launchpad.net/bugs/710268 Forwarded: no Last-Update: 2013-05-07 Index: b/ao.c =================================================================== --- a/ao.c +++ b/ao.c @@ -123,6 +123,7 @@ /* initialize ao_format struct */ /* XXX VERY WRONG */ + memset(&ao_fmt, 0, sizeof(ao_fmt)); ao_fmt.bits=16; /*tmp_stream_info.average_bitrate;*/ ao_fmt.rate=streaminfo->sample_freq; ao_fmt.channels=streaminfo->channels; e='hidden' name='id' value='0f05435682de07d6dcd05b19d006ece17145777c'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/polkit.scm
AgeCommit message (Expand)Author
2019-11-10gnu: polkit-qt: Use https for home-page....Efraim Flashner
2019-11-10gnu: polkit-qt: Use 'mirror-url'....Efraim Flashner
2019-07-03gnu: polkit: Remove GCC5 workaround....Marius Bakke
2019-06-05gnu: polkit: Update to 0.116 [fixes CVE-2019-6133]....Marius Bakke
2019-04-04gnu: Move nss & co. to nss.scm....Ludovic Courtès
2019-03-13Remove traces of "GuixSD"....Ludovic Courtès
2019-01-15gnu: Separate Python core packages from the rest....Ricardo Wurmus
2018-12-09gnu: polkit: Fix CVE-2018-19788....Leo Famulari