Tag: 0643e4c6e4fd67778fa886a89e6ec2320e0ff4d3

drivers/char: Eliminate use after free

Author: Julia Lawall <julia@diku.dk> In each case, the first argument to send_control_msg or __send_control_msg, respectively, has either not been successfully allocated or has been freed at the point of the call. In the first case, the first argument, port, is only used to access the portdev and id fields, in order to call __send_control_msg. Thus …

Lire la suite