]> Kevux Git Server - fll/commit
Security: Invalid access when calling fake without 'make' or 'build'.
authorKevin Day <thekevinday@gmail.com>
Wed, 23 Nov 2022 01:43:16 +0000 (19:43 -0600)
committerKevin Day <thekevinday@gmail.com>
Wed, 23 Nov 2022 01:43:16 +0000 (19:43 -0600)
commit4ef64c0af214ba8dab31e35a8d5434d782eb9fb8
tree461e877e9451b3f1b9f3a8310b3e022ce6605b52
parent603afc8285017cd5cf20f2c44c49aa5c3ac4362a
Security: Invalid access when calling fake without 'make' or 'build'.

This is caused by the F_data_not return result not being processed in some of the fl_fss functions.

Additional changes:
- Make the return status constant.
- The status is being returned regardless in some cases so remove the effectively redundant lines of code.
- Combined the additional if condition blocks together.
level_1/fl_fss/c/fss/basic.c
level_1/fl_fss/c/fss/extended.c
level_1/fl_fss/c/private-fss.c