D25363: Fix one more buffer overread in ksysguard network helper

2019-11-18 Thread Malte Kraus
maltek abandoned this revision. maltek added a comment. Indeed, you're right. This bug was just an artifact of my fuzzing harness. REPOSITORY R106 KSysguard REVISION DETAIL https://phabricator.kde.org/D25363 To: maltek, ahiemstra, fvogt Cc: plasma-devel, LeGast00n, The-Feren-OS-Dev, jral

D25363: Fix one more buffer overread in ksysguard network helper

2019-11-18 Thread Fabian Vogt
fvogt requested changes to this revision. fvogt added a comment. This revision now requires changes to proceed. I wonder whether this can actually happen, as that header is AFAICT added by the kernel and not from the network. The `Packet` constructor has both `dataLength` and `packetSize`

D25363: Fix one more buffer overread in ksysguard network helper

2019-11-18 Thread Malte Kraus
maltek created this revision. maltek added reviewers: ahiemstra, fvogt. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. maltek requested review of this revision. REVISION SUMMARY fix one more bug in the ksysguard network helper found by my fuzzer. REPOSITORY R106 KSys