]> Kevux Git Server - fll/commit
Bugfix: The f_console project after writing unit tests.
authorKevin Day <thekevinday@gmail.com>
Mon, 17 Jan 2022 17:44:14 +0000 (11:44 -0600)
committerKevin Day <thekevinday@gmail.com>
Mon, 17 Jan 2022 17:44:14 +0000 (11:44 -0600)
commit7ef7892b419f96a375a6a14a34bbdc2c3d97045b
treee92d162bcdf27b5bbf76eac84db2ce8cc9f0ad17
parentd6aae5bc0dbb737606876d6eb71f9e8e5bfef03c
Bugfix: The f_console project after writing unit tests.

Rename has_values to values_total to better communicate the intent of the property.

Expand out the macros across lines.

In f_console_identify() the strnlen() function is not properly handling when the character pointer is NULL, resulting in a segfault.
While this might be considered a bug in strnlen(), just make sure that a NULL pointer is not sent to strnlen().

Miscellaneous code structure cleanups.

Replace allocation macros with actual functions.
level_0/f_console/c/console-common.h
level_0/f_console/c/console.c
level_0/f_console/c/console.h