diff options
author | Kees Cook <keescook@chromium.org> | 2013-06-28 19:56:51 (GMT) |
---|---|---|
committer | Yann E. MORIN <yann.morin.1998@free.fr> | 2013-06-29 13:30:17 (GMT) |
commit | b57caaaed2bd127fe656e6c145970ed6a05c0125 (patch) | |
tree | 5c0e7308b579cc3bd94bac072d1b400274f8dc4b /fs/cramfs | |
parent | 490f16171119a16e05d670306c105f3b45c38837 (diff) | |
download | linux-b57caaaed2bd127fe656e6c145970ed6a05c0125.tar.xz |
kconfig: allow "hex" and "range" to support longs
The parsing routines for Kconfig files use strtol(), but store and
render values as int. Switch types and formating to long to support a
wider range of values. For example, 0x80000000 wasn't representable.
Signed-off-by: Kees Cook <keescook@chromium.org>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'fs/cramfs')
0 files changed, 0 insertions, 0 deletions