]> Kevux Git Server - fll/commit
Feature: add f_string_length_size max of (uint64_t - 4)
authorKevin Day <thekevinday@gmail.com>
Sat, 25 Apr 2020 00:39:35 +0000 (19:39 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 25 Apr 2020 01:05:05 +0000 (20:05 -0500)
commit72e8e5fd5f97302bc8faa7f0a06614ef9d24fa63
tree05371e288c01443fcd0e48cc81d732cc39177b00
parent29aeb97ac13e192ec850667f6067c672cd5d8722
Feature: add f_string_length_size max of (uint64_t - 4)

The goal here is that any string processing must be able to add a given UTF-8 width (4-byte) and not oveflow.
Much of the code in this project will not check this as it should be done so at a higher level (performance reasons).
The ideal time is that when allocating some string, always allocate at max f_string_length_size.
level_0/f_string/c/string.h