Skip to content

lmsensors: Remove `\x00` from sensor object names

Arjen Hiemstra requested to merge work/ahiemstra/nvmesensors into master

Apparently we can end up with \x00 in sensor object names in certain cases. This then results in path matching failing and sensors not being added properly. So get rid of any such characters in sensor object names.

BUG: 480841

Merge request reports