diff options
author | Florian Weimer <fweimer@redhat.com> | 2022-01-17 10:21:34 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2022-01-17 10:47:58 +0100 |
commit | f545ad4928fa1f27a3075265182b38a4f939a5f7 (patch) | |
tree | d601541a207382c53aa7dfd6ccc256805ec34294 /sunrpc/Makefile | |
parent | ef972a4c50014a16132b5c75571cfb6b30bef136 (diff) | |
download | glibc-f545ad4928fa1f27a3075265182b38a4f939a5f7.tar.gz glibc-f545ad4928fa1f27a3075265182b38a4f939a5f7.tar.xz glibc-f545ad4928fa1f27a3075265182b38a4f939a5f7.zip |
CVE-2022-23218: Buffer overflow in sunrpc svcunix_create (bug 28768)
The sunrpc function svcunix_create suffers from a stack-based buffer overflow with overlong pathname arguments. Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'sunrpc/Makefile')
-rw-r--r-- | sunrpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/Makefile b/sunrpc/Makefile index 183ef3dc55..a79a7195fc 100644 --- a/sunrpc/Makefile +++ b/sunrpc/Makefile @@ -65,7 +65,7 @@ shared-only-routines = $(routines) endif tests = tst-xdrmem tst-xdrmem2 test-rpcent tst-udp-error tst-udp-timeout \ - tst-udp-nonblocking tst-bug22542 + tst-udp-nonblocking tst-bug22542 tst-bug28768 xtests := tst-getmyaddr |