This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix scan for body parameter in ksonnet.parsePaths()
Previously, body was assigned the address of the iteration variable. Since this variable is reused, additional parameters following the body would overwrite it and be used in its stead, leading to undefined behavior (such as the panic described in the linked issue). Addresses ksonnet/ksonnet#883 Signed-off-by: Oren Shomron <shomron@gmail.com>
- Loading branch information