diff options
| author | Florian Weimer <fweimer@redhat.com> | 2022-01-17 11:49:25 +0100 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2022-01-17 11:49:25 +0100 |
| commit | 6890b8a3ae40ab9d4c96024ab95b04816fcc8a4a (patch) | |
| tree | 2a0c3d19defacefbabe6b50f45a574bfb5cf8c81 /sunrpc/Makefile | |
| parent | 1081f1d3dd7c84ba3416b5198d47a4df2b70185d (diff) | |
| download | glibc-6890b8a3ae40ab9d4c96024ab95b04816fcc8a4a.tar.xz glibc-6890b8a3ae40ab9d4c96024ab95b04816fcc8a4a.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>
(cherry picked from commit f545ad4928fa1f27a3075265182b38a4f939a5f7)
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 a4281b18d0..6408ab5c07 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 |
