https://bugs.kde.org/show_bug.cgi?id=365083
Nicolás Alvarez <nicolas.alva...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nicolas.alva...@gmail.com Ever confirmed|0 |1 Status|RESOLVED |REOPENED Resolution|WONTFIX |--- --- Comment #10 from Nicolás Alvarez <nicolas.alva...@gmail.com> --- I don't even care what weird proprietary hardware would be fixed by this: the existing code looks buggy and the patch seems to fix it. DvbLinuxDeviceManager::componentAdded(QString node, int adapter, int index) is creating a DvbLinuxDevice with heap garbage in the 'adapter', 'index', and 'dvbv5_parms' members. Unless I'm missing something, they are not initialized anywhere, not even in the constructor. How is that not a bug, and why not merge the patch? If different future changes break support for this hardware again because the driver is doing things fundamentally wrong, we'll discuss it then, but it's orthogonal. -- You are receiving this mail because: You are watching all bug changes.