Add https://github.com/freemint/fvdi/blob/c05474eaa3627cd27a6e114df079151899f59baa/fvdi/engine/workstn.c#L148 gcc reports an uninitialized value. The code looks rather strange to me, it dereference the memory just allocated. Shouldn't that just be ``` handles = 64; ``` ie. the number of new handles just allocated?
Add
fvdi/fvdi/engine/workstn.c
Line 148 in c05474e
ie. the number of new handles just allocated?