]> Kevux Git Server - fll/commit
Regression: Incomplete IKI variable expansion when an extra ':' is found.
authorKevin Day <thekevinday@gmail.com>
Wed, 20 Jul 2022 02:49:35 +0000 (21:49 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 20 Jul 2022 02:49:35 +0000 (21:49 -0500)
commit7fa011cd0ef520f3b160d43ff2d2101d4e831233
tree5ecbb077fd17d20a21df0040caac95a6fe64bfb5
parent316e88b98a8d97d197fbd536a97c5d808be04c06
Regression: Incomplete IKI variable expansion when an extra ':' is found.

The commit feb9184911c738b66c4181f58527cbfd94cdb25c introduced the use of F_next to restart the outer most loop.

I missed a single case where status should be set to F_next.
The problematic code is setting the status to F_false.
level_0/f_iki/c/iki.c