Skip to content

Commit 786fea9

Browse files
committed
ovs: fix dpif-netlink ofpbuf memory leak (#2620)
1 parent d9647b4 commit 786fea9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dist/images/Dockerfile.base

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ RUN cd /usr/src/ && \
1616
cd ovs && \
1717
# ovsdb-idl: Support write-only-changed IDL monitor mode
1818
curl -s https://github.com/kubeovn/ovs/commit/bef703ef862fbbf8740b8d5bf6ca8df9ed617da5.patch | git apply && \
19+
# dpif-netlink.: fix ofpbuf memory leak
20+
curl -s https://github.com/kubeovn/ovs/commit/142fdf9e324a0598b1377b0fa7776616e88a6684.patch | git apply && \
1921
# fix memleak
2022
curl -s https://github.com/kubeovn/ovs/commit/3cf5c5236494b5f54dd2c363f2b547f9d90b372d.patch | git apply && \
2123
# fix log file descriptor leak in monitor process

dist/images/Dockerfile.debug

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ RUN cd /usr/src/ && \
2727
rm debian/libopenvswitch.install debian/libopenvswitch-dev.install && \
2828
# ovsdb-idl: Support write-only-changed IDL monitor mode
2929
curl -s https://github.com/kubeovn/ovs/commit/bef703ef862fbbf8740b8d5bf6ca8df9ed617da5.patch | git apply && \
30+
# dpif-netlink.: fix ofpbuf memory leak
31+
curl -s https://github.com/kubeovn/ovs/commit/142fdf9e324a0598b1377b0fa7776616e88a6684.patch | git apply && \
3032
# fix memleak
3133
curl -s https://github.com/kubeovn/ovs/commit/3cf5c5236494b5f54dd2c363f2b547f9d90b372d.patch | git apply && \
3234
# fix log file descriptor leak in monitor process

0 commit comments

Comments
 (0)