about summary refs log tree commit diff
path: root/sunrpc/tst-bug28768.c
Commit message (Collapse)AuthorAgeFilesLines
* CVE-2022-23218: Buffer overflow in sunrpc svcunix_create (bug 28768)Florian Weimer2022-01-171-0/+42
The sunrpc function svcunix_create suffers from a stack-based buffer overflow with overlong pathname arguments. Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>