commit | 54d18a279a01b4643bad4c98e13f365d7dc2cc75 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue Dec 15 03:35:26 2015 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Dec 15 03:35:26 2015 +0000 |
tree | c315430a37e5df973b37024ef213f2f86389a56c | |
parent | 59992183a6e3ae69669f7fb3b6c7bf45c66f02d1 [diff] |
Robustify mpers.awk against input containing index loops Make mpers.awk check for potential index loops. Such loops should not normally happen, but mpers.awk will not go into infinite recursion if they do. * mpers.awk (enter, leave): New functions. (what_is): Use them.