Bug 1576826 - Intermittent Assertion failure: isResponse, at NetlinkService.cpp:613, r=kershaw

Obviously broadcasted messages can be multipart too.

Differential Revision: https://phabricator.services.mozilla.com/D43849

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Michal Novotny 2019-08-29 12:08:53 +00:00
parent 358371416e
commit 19c05de902

View File

@ -609,8 +609,6 @@ void NetlinkService::OnNetlinkMessage(int aNetlinkSocket) {
switch (nlh->nlmsg_type) {
case NLMSG_DONE: /* Message signalling end of dump for responses to
request containing NLM_F_DUMP flag */
MOZ_ASSERT(
isResponse); // Could broadcasted message be reply to NLM_F_DUMP?
if (isResponse) {
RemovePendingMsg();
}