intel / synce4l

GNU General Public License v2.0
22 stars 11 forks source link

Fix crash in dpll_rt_recv() #53

Closed mlichvar closed 2 weeks ago

mlichvar commented 1 month ago

A crash was observed with E810 firmware 4.50 and kernel 6.11-rc1 in dpll_rt_recv() trying to assign pin id to the pin which was removed by remove_no_ifname_pin(). The pin is not a duplicate.

Add a third parameter to remove_no_ifname_pin() to avoid removing the incorrect pin.