flightaware / speedtables

Speed tables is a high-performance memory-resident database. The speed table compiler reads a table definition and generates a set of C access routines to create, manipulate and search tables containing millions of rows. Currently oriented towards Tcl.

Home Page:https://flightaware.github.io/speedtables/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"share" doesn't properly vet its arguments and is undocumented

lehenbauer opened this issue · comments

The "share" command gives erroneous results and/or triggers coredumps if its arguments aren't perfect. For instance, "share", generates a weird error. "share attach" generates a coredump.

Also, the share command isn't documented, AFAICT.