commit | 129784abc982ccac43322c2f175f3ca735c2ca73 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Thu Jul 18 11:32:01 2013 -0700 |
committer | Yann E. MORIN <yann.morin.1998@free.fr> | Thu Aug 15 22:48:06 2013 +0200 |
tree | 710f56ad4108a4cb853db699b8e75970360213f0 | |
parent | c3286ee337b0586a8ae2b4f13c33e3de5d71139e [diff] |
kconfig: switch to "long long" for sanity Instead of using "long" for kconfig "hex" and "range" values, which may change in size depending on the host architecture, use "long long". This will allow values greater than INT_MAX on 32-bit hosts when cross compiling. Signed-off-by: Kees Cook <keescook@chromium.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>