diff options
author | Kees Cook <keescook@chromium.org> | 2013-06-28 12:56:51 -0700 |
---|---|---|
committer | Yann E. MORIN <yann.morin.1998@free.fr> | 2013-06-29 15:30:17 +0200 |
commit | b57caaaed2bd127fe656e6c145970ed6a05c0125 (patch) | |
tree | 5c0e7308b579cc3bd94bac072d1b400274f8dc4b /sound/oss | |
parent | 490f16171119a16e05d670306c105f3b45c38837 (diff) | |
download | op-kernel-dev-b57caaaed2bd127fe656e6c145970ed6a05c0125.zip op-kernel-dev-b57caaaed2bd127fe656e6c145970ed6a05c0125.tar.gz |
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 'sound/oss')
0 files changed, 0 insertions, 0 deletions