commit | 15a849be100b54776bcf63193c3fea598666030f | [log] [tgz] |
---|---|---|
author | Laszlo Ersek <lersek@redhat.com> | Tue Aug 20 00:35:38 2013 +0200 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Tue Aug 20 11:52:00 2013 -0400 |
tree | f41db9777be6929ef8052c2d8a92fab294873935 | |
parent | 581a8a800070500527f6c75e5d6b75134c2b5a9d [diff] |
OptsVisitor: don't try to flatten overlong integer ranges Prevent mistyped command line options from incurring high memory and CPU usage at startup. 64K elements in a range should be enough for everyone (TM). The OPTS_VISITOR_RANGE_MAX macro is public so that unit tests can construct corner cases with it. Signed-off-by: Laszlo Ersek <lersek@redhat.com> Tested-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>