Actions
Bug #10755
closedDouble free for environment models
Start date:
03/15/2021
Due date:
% Done:
0%
Estimated time:
Detected in build:
git
Platform:
Published in build:
Description
Likely recent changes in EMG or/and environment model specifications resulted in CPAchecker SMG started to reveal double free for environment models. For me it looks strange that there are phrases like "Callback callback postcondition" (it is not clear what second word "callback" means). There are following drivers demonstrating such the behavior:
- 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.
Actions