• Martin Blix Grydeland's avatar
    Redo SLT_VSL diagnostic log records from the API · 782251a3
    Martin Blix Grydeland authored
    A vtx_diag log record could realloc the memory buffers while
    processing a vtx, causing ptrs to previous memory to be still used.
    
    Fix this by having generated log records be malloced and kept on a
    separate list, which is always reported first on a reset cursor.
    
    Fixes: #1351
    782251a3
vsl_dispatch.c 22.5 KB