commit | 9c7076bd4a3c8aea94f749d9b0f5d0f8ba925bbf | [log] [tgz] |
---|---|---|
author | Utkarsh Saxena <usaxena@codeaurora.org> | Tue Sep 13 10:21:53 2016 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Oct 18 06:27:14 2016 -0700 |
tree | 1599c8dd37028dfe5c91077f218865d5975b2536 | |
parent | 6172f4f09155e6e18c2d94214c4afa90ac6d749c [diff] |
ipacm: Fix race condition between nat delete rule and update timestamp NAT delete rule and Update timestamp can run in two separate parallel threads. Add pthread mutex lock around nat delete rule API to avoid race condition while accessing the NAT table memory. Change-Id: I66dac53f5f1831575d5f208519b70a3fbe802ca0