Bug #10755
closedDouble free for environment models
0%
Description
- drivers/hid/hid-a4tech.ko
- drivers/hid/hid-apple.ko
- drivers/hid/hid-corsair.ko
- drivers/hid/hid-elan.ko
- drivers/hid/hid-microsoft.ko
- drivers/hid/hid-saitek.ko
- drivers/hid/hid-zydacron.ko
- drivers/media/platform/sti/bdisp/bdisp.ko
- drivers/platform/chrome/wilco_ec/wilco_ec_debugfs.ko
- drivers/platform/x86/ideapad-laptop.ko
- drivers/platform/x86/intel_telemetry_debugfs.ko
- drivers/staging/greybus/gb-uart.ko
- drivers/usb/host/isp1362-hcd.ko
- drivers/usb/host/sl811-hcd.ko
- drivers/usb/typec/tcpm/fusb302.ko
Please, check that after a fix verification results will change for all mentioned drivers.
More unlikely this is a result of recent changes in CPAchecker SMG, but I am not sure in this.
Updated by Ilja Zakharov over 3 years ago
- Status changed from New to Resolved
Fixed in the fix-doublefree branch.
The issue was quite serious and old surprisingly. The fix is small but it changes quite important functions of the EMG component. Thus, thorough testing of the branch is recommended.
Updated by Evgeny Novikov over 3 years ago
I got rid of a bug fix in the scheduler (#10677) that was in branch fix-doublefree in branch fix-double-free. The old branch fix-doublefree was deleted. The new branch undergoes testing.
Updated by Evgeny Novikov over 3 years ago
- Status changed from Resolved to Closed
The issue has gone. ~10% of false alarms became either Safes or Unknowns when checking memory safety for ~2000 drivers of Linux 5.5. For arch:.* there is not any noticibeable differences. I merged the branch to master in 6a705bf4a.