diff options
author | cbdev <cb@cbcdn.com> | 2019-12-18 22:23:34 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-12-18 22:23:34 +0100 |
commit | 886c8e299454176446cce82f151b85a82b26aa06 (patch) | |
tree | d479a000e549d223ee333bed676e01b354dfc97c /TODO | |
parent | afed3252dd4b3e3372152c7bef8d2b8ed8cb1af4 (diff) | |
download | midimonster-886c8e299454176446cce82f151b85a82b26aa06.tar.gz midimonster-886c8e299454176446cce82f151b85a82b26aa06.tar.bz2 midimonster-886c8e299454176446cce82f151b85a82b26aa06.zip |
Fix evdev division by zero
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,5 +4,6 @@ Optimize core channel search (store backend offset) udp backends may ignore MTU mm_managed_fd.impl is not freed currently (and is heaped most of the time anyway) -> documentation installer: implement an upgrade mode (check for newer versions in the repo) -evdev.c:321 divides by zero with relaxis make event collectors threadsafe to stop marshalling data... +collect & check backend API version +introduce backend logging macro |