• Anton Khirnov's avatar
    audio_mix: initialize the data pointers to NULL · 3d95d273
    Anton Khirnov authored
    This should make it easier to catch problems where some of those
    pointers are used uninitialized, since reading from NULL should always
    crash, while random numbers from stack can turn out to be valid
    pointers, so random memory may be silently overwritten.
    3d95d273
audio_mix.c 25.6 KB