Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1320714
| From | Kees Cook <keescook@chromium.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] lib: add "on" and "off" to strtobool |
| Date | 2016-01-28 15:20 +0100 |
| Message-ID | <qVVAt-4Ce-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This consolidates logic for handling "on"/"off" parsing for bools into the existing strtobool function. This requires making sure callers are passing NULL-terminated strings. -Kees
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] lib: add "on" and "off" to strtobool Kees Cook <keescook@chromium.org> - 2016-01-28 15:20 +0100
[PATCH 1/3] lib: fix callers of strtobool to use char array Kees Cook <keescook@chromium.org> - 2016-01-28 15:20 +0100
Re: [PATCH 1/3] lib: fix callers of strtobool to use char array Andy Shevchenko <andy.shevchenko@gmail.com> - 2016-02-01 14:20 +0100
Re: [PATCH 1/3] lib: fix callers of strtobool to use char array Kees Cook <keescook@chromium.org> - 2016-02-04 20:00 +0100
[PATCH 2/3] lib: add "on" and "off" to strtobool Kees Cook <keescook@chromium.org> - 2016-01-28 15:20 +0100
[PATCH 3/3] param: convert some "on"/"off" users to strtobool Kees Cook <keescook@chromium.org> - 2016-01-28 15:30 +0100
Re: [PATCH 3/3] param: convert some "on"/"off" users to strtobool Heiko Carstens <heiko.carstens@de.ibm.com> - 2016-01-28 16:30 +0100
Re: [PATCH 3/3] param: convert some "on"/"off" users to strtobool Michael Ellerman <mpe@ellerman.id.au> - 2016-01-29 04:20 +0100
csiph-web