commit | 59992183a6e3ae69669f7fb3b6c7bf45c66f02d1 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue Dec 15 00:26:46 2015 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Dec 15 02:04:38 2015 +0000 |
tree | f9cb438c84150d114773d944ae626245e209b04a | |
parent | da126fbd77d3ead8f2866ffadd0d2a751f8e4755 [diff] |
Robustify mpers.awk against invalid input Make mpers.awk check that accessed elements of the main array that are expected to have non-empty values really meet this requirement. * mpers.awk (array_get): New function. (what_is, END): Use it. * mpers_test.sh: Use a more complicated type to test mpers machinery. Reported-by: Mike Frysinger <vapier@gentoo.org>