Comment 15 for bug 1561589

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

Reviewed: https://review.opencontrail.org/18930
Committed: http://github.org/Juniper/contrail-vrouter/commit/e3cb87715cbe715a146d7f6d17da0a69ef92e185
Submitter: Zuul
Branch: R2.20

commit e3cb87715cbe715a146d7f6d17da0a69ef92e185
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