Changeset 3f961c4


Ignore:
Timestamp:
Aug 30, 2016, 3:06:40 PM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
bfab39c
Parents:
41fc24f
Message:

src/notes/notes.c: fix out-of-bound write

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/notes/notes.c

    r41fc24f r3f961c4  
    171171        //send_noteon(curnote,0);
    172172        notes->data[2] = o->curnote;
    173         notes->data[3] = 0;
    174173        o->newnote = aubio_notes_get_latest_note(o);
    175174        o->curnote = o->newnote;
Note: See TracChangeset for help on using the changeset viewer.