]> Kevux Git Server - fll/commit
Bugfix: Empty strings improperly pass validation checks.
authorKevin Day <thekevinday@gmail.com>
Sun, 10 Jul 2022 03:28:12 +0000 (22:28 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 10 Jul 2022 03:28:12 +0000 (22:28 -0500)
commit9ef981a20f36eb8a6401c73ff5347c82792330f6
treef7e5dd09cbcb2593e8bc1b18811a839b5a1436fb
parent98d6c6ae3c44b707805498a0572cc846addb6c1e
Bugfix: Empty strings improperly pass validation checks.

An operation such as the following:
  if exists 'define:"does_not_exist"'

Results in an empty string.

The empty string is passing the existence check.
Empty strings should fail existence checks in this case.

Handle all such cases that I am able to quickly find.
level_3/fake/c/private-make-operate_process_type.c