]> Kevux Git Server - fll/commit
Security: FSS Read functions should check range before buffer.
authorKevin Day <thekevinday@gmail.com>
Fri, 7 May 2021 00:09:32 +0000 (19:09 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 7 May 2021 00:09:32 +0000 (19:09 -0500)
commitbddf82bf4609db5e5a94bb45c86bfeaf3139ade8
tree26aa00e0032bab06247d9436eb0b950a7a2a39bb
parent36741df0b5940ad144c5197c3e33737ed4294434
Security: FSS Read functions should check range before buffer.

The range may have exceeded the buffer or the stop point.
There is a string test that happens before this is checked.
If this string is checked with an out of range address, then a segfault could occur.
level_1/fl_fss/c/fss_embedded_list.c
level_1/fl_fss/c/fss_extended_list.c