mirror of
https://github.com/opnsense/src.git
synced 2026-03-22 18:53:08 -04:00
After r319369, the RPC code validates caller supplied buffer length in taddr2uaddr. When no -h is specified, the sizeof(ai_addr) is used, which is always smaller than the required size and therefore uaddr would be NULL, causing the kernel to copyin() from userland NULL and fail with EFAULT. Reviewed by: kevlo (via Telegram) MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D11151 |
||
|---|---|---|
| .. | ||
| kern.c | ||
| lock_proc.c | ||
| lockd.c | ||
| lockd.h | ||
| lockd_lock.c | ||
| lockd_lock.h | ||
| Makefile | ||
| Makefile.depend | ||
| rpc.lockd.8 | ||
| test.c | ||