aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorSakari Ailus <[email protected]>2023-07-29 20:59:25 +0200
committerMauro Carvalho Chehab <[email protected]>2023-08-14 20:27:58 +0200
commit607bcc4213d998d051541d8f10b5bbb7d546c0be (patch)
tree31508e8449fdbed3938984daad7b011e0021feeb /scripts/generate_rust_analyzer.py
parentda57d1201eff8cc0bfce6cf16b3e5e9d47c02af1 (diff)
media: i2c: ccs: Check rules is non-NULL
Fix the following smatch warning: drivers/media/i2c/ccs/ccs-data.c:524 ccs_data_parse_rules() warn: address of NULL pointer 'rules' The CCS static data rule parser does not check an if rule has been obtained before checking for other rule types (which depend on the if rule). In practice this means parsing invalid CCS static data could lead to dereferencing a NULL pointer. Reported-by: Hans Verkuil <[email protected]> Fixes: a6b396f410b1 ("media: ccs: Add CCS static data parser library") Cc: [email protected] # for 5.11 and up Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions