Comment 10 for bug 1561589

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/18804
Committed: http://github.org/Juniper/contrail-vrouter/commit/781df457cb0222cdffee7de38c41938e72b430bd
Submitter: Zuul
Branch: R2.21.x

commit 781df457cb0222cdffee7de38c41938e72b430bd
Author: Anand H. Krishnan <email address hidden>
Date: Mon Mar 28 11:02:03 2016 +0530

Unregister the net device notifier before vhost exit

Unregister the net device notifier before going ahead and freeing
the memory that the vhost driver keeps. If the notifier is not
unregistered first, it can potentially access freed memory that
vhost driver maintains.

Change-Id: I2a51af25f591f0646876cc6f289df0eb03fc3655
Closes-BUG: #1561589