[Qemu-devel] [PATCH 0/3] filter-rewriter: fix two bugs and one optimization

zhanghailiang posted 3 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1487577721-31084-1-git-send-email-zhang.zhanghailiang@huawei.com
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
net/colo.c            |  2 --
net/colo.h            |  4 +++
net/filter-rewriter.c | 86 +++++++++++++++++++++++++++++++++++++++++++--------
3 files changed, 77 insertions(+), 15 deletions(-)
[Qemu-devel] [PATCH 0/3] filter-rewriter: fix two bugs and one optimization
Posted by zhanghailiang 7 years, 1 month ago
Hi,

Patch 1 fixes a double free bug, and patch 2 fixes a memory leak bug.
Patch 3 is an optimization for filter-rewriter.

Please review, thanks.

zhanghailiang (3):
  net/colo: fix memory double free error
  filter-rewriter: fix memory leak for connection in
    connection_track_table
  filter-rewriter: skip net_checksum_calculate() while offset = 0

 net/colo.c            |  2 --
 net/colo.h            |  4 +++
 net/filter-rewriter.c | 86 +++++++++++++++++++++++++++++++++++++++++++--------
 3 files changed, 77 insertions(+), 15 deletions(-)

-- 
1.8.3.1