Comment 16 for bug 1561589

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

Reviewed: https://review.opencontrail.org/18929
Committed: http://github.org/Juniper/contrail-vrouter/commit/a90d5a54cce33c557f88cc92141b2ffee189d4c4
Submitter: Zuul
Branch: R2.22.x

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