mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-13 07:24:47 +00:00
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:
parent
358371416e
commit
19c05de902
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user