Bug List

Member ipc_get_server_fd (const struct ipc_server *ipcs)

It seems to be unuseful in the TCP implementation.

Member test_get_value_bin_unit_param (int argc, char **argv, const char *name)

The function uses doubles internally for unit conversion, and a double cannot hold all range of 64-bit integral values, so very large values (greater than approx. 4.5e15 or 4P) may be represented imprecisely.

Member tq_strings_add_uniq (tqh_strings *list, const char *value)

The return type of the function is actually boolean.

Member tq_strings_add_uniq_dup (tqh_strings *list, const char *value)

The return type of the function is actually boolean.

Member tq_strings_add_uniq_gen (tqh_strings *list, const char *value, bool duplicate)

The return type of the function is actually boolean.