]> 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 02:07:26 +0000 (20:07 -0600)
commitcd6e82a79269e29177eb8b0a9dc7936ec5bce69d
treec15c17753eb1515ffcde74939b39df1e92da32a3
parentaf2fbb6be0fff4247d6260de6c5eeaeef891c21b
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