Skip to content

Commit

Permalink
ovs: fix dpif-netlink ofpbuf memory leak (#2620)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Apr 7, 2023
1 parent d9647b4 commit 786fea9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/images/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ RUN cd /usr/src/ && \
cd ovs && \
# ovsdb-idl: Support write-only-changed IDL monitor mode
curl -s https://github.com/kubeovn/ovs/commit/bef703ef862fbbf8740b8d5bf6ca8df9ed617da5.patch | git apply && \
# dpif-netlink.: fix ofpbuf memory leak
curl -s https://github.com/kubeovn/ovs/commit/142fdf9e324a0598b1377b0fa7776616e88a6684.patch | git apply && \
# fix memleak
curl -s https://github.com/kubeovn/ovs/commit/3cf5c5236494b5f54dd2c363f2b547f9d90b372d.patch | git apply && \
# fix log file descriptor leak in monitor process
Expand Down
2 changes: 2 additions & 0 deletions dist/images/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ RUN cd /usr/src/ && \
rm debian/libopenvswitch.install debian/libopenvswitch-dev.install && \
# ovsdb-idl: Support write-only-changed IDL monitor mode
curl -s https://github.com/kubeovn/ovs/commit/bef703ef862fbbf8740b8d5bf6ca8df9ed617da5.patch | git apply && \
# dpif-netlink.: fix ofpbuf memory leak
curl -s https://github.com/kubeovn/ovs/commit/142fdf9e324a0598b1377b0fa7776616e88a6684.patch | git apply && \
# fix memleak
curl -s https://github.com/kubeovn/ovs/commit/3cf5c5236494b5f54dd2c363f2b547f9d90b372d.patch | git apply && \
# fix log file descriptor leak in monitor process
Expand Down

0 comments on commit 786fea9

Please sign in to comment.