]> Kevux Git Server - fll/commit
Regression: Incorrect type on memset() in array resulting in invalid read.
authorKevin Day <kevin@kevux.org>
Tue, 8 Aug 2023 01:02:45 +0000 (20:02 -0500)
committerKevin Day <kevin@kevux.org>
Tue, 8 Aug 2023 01:02:45 +0000 (20:02 -0500)
commit6ae1888d74a1c9ce86ff9abb6662ea4b1b23fb25
tree35fe42b9ed406fe3287dd5cc2674dec8059c59a7
parente3d65ac071ba55101bbf5205ba5d34191bddd6d7
Regression: Incorrect type on memset() in array resulting in invalid read.

The particular problematic array is an array of f_string_t and not and array of f_char_t.

This is the opposite of the regression that is fixed in commit 3533e7f840c5d852f98372f2dd9c9066cc53c85e.
level_2/fll_execute/c/private-execute.c