]> Kevux Git Server - fll/commit
Bugfix: Invalid read because NULL is added to list but then f_string_dynamic_append_n...
authorKevin Day <thekevinday@gmail.com>
Wed, 16 Feb 2022 00:53:25 +0000 (18:53 -0600)
committerKevin Day <thekevinday@gmail.com>
Wed, 16 Feb 2022 00:53:25 +0000 (18:53 -0600)
commitc6b16ea51a14b801079f51c102ba68ffa8c4517a
treeafd04456ca9be8e56d4a481bb9b4fda5f7e2c39e
parent6c219d6c1d1a9e9b86707d8cf55ab753fc91ad16
Bugfix: Invalid read because NULL is added to list but then f_string_dynamic_append_nulless() is used.

The NULL doesn't matter if the function being called specifically ignores it.
This mistake causes invalid memory reads.
level_3/fake/c/private-make-load_fakefile.c