summaryrefslogtreecommitdiff
path: root/tools/lib/python/kdoc/parse_data_structs.py
diff options
context:
space:
mode:
authorGui-Dong Han <hanguidong02@gmail.com>2025-11-25 00:55:08 +0800
committerGuenter Roeck <linux@roeck-us.net>2025-11-24 11:45:16 -0800
commit4faaa77d6b32347ea6af74d5fd2f34c3922aeee6 (patch)
tree8e6531d3ab615b82f07eed6405b21f3960237023 /tools/lib/python/kdoc/parse_data_structs.py
parentedbce49ea6535a56aac3a5e211cf7af873d7221d (diff)
hwmon: (emc2103) Add locking to avoid TOCTOU
The functions fan1_input_show and fan1_target_show check shared data for zero before using it as a divisor. These accesses are currently lockless. If the data changes to zero between the check and the division, it causes a divide-by-zero error. Explicitly acquire the update lock around these checks and calculations to ensure the data remains stable, preventing Time-of-Check to Time-of-Use (TOCTOU) race conditions. Link: https://lore.kernel.org/all/CALbr=LYJ_ehtp53HXEVkSpYoub+XYSTU8Rg=o1xxMJ8=5z8B-g@mail.gmail.com/ Signed-off-by: Gui-Dong Han <hanguidong02@gmail.com> Link: https://lore.kernel.org/r/20251124165508.4667-1-hanguidong02@gmail.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'tools/lib/python/kdoc/parse_data_structs.py')
0 files changed, 0 insertions, 0 deletions