diff options
author | Lasse Collin <[email protected]> | 2021-10-11 05:31:40 +0800 |
---|---|---|
committer | Gao Xiang <[email protected]> | 2021-10-19 23:44:30 +0800 |
commit | 4f8d7abaa413c34da9d751289849dbfb7c977d05 (patch) | |
tree | c6d22bb98c2785fd33a291fd01b75b1dc1b71f3e /net/lapb/lapb_timer.c | |
parent | 83d3c4f22a36d005b55f44628f46cc0d319a75e8 (diff) |
lib/xz: Validate the value before assigning it to an enum variable
This might matter, for example, if the underlying type of enum xz_check
was a signed char. In such a case the validation wouldn't have caught an
unsupported header. I don't know if this problem can occur in the kernel
on any arch but it's still good to fix it because some people might copy
the XZ code to their own projects from Linux instead of the upstream
XZ Embedded repository.
This change may increase the code size by a few bytes. An alternative
would have been to use an unsigned int instead of enum xz_check but
using an enumeration looks cleaner.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lasse Collin <[email protected]>
Signed-off-by: Gao Xiang <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions