Actions
Feature #7955
closedSpecification on register_chrdev
Start date:
02/06/2017
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
SMG requires accurate resources deallocation which were passed to ldv_emg_register_chrdev.
Generally struct file_operations const *fops is a constant provided by module, and we shouldn’t free it.
Example trace: http://ldvstore:8998/reports/unsafe/113841/
Actions