History log of /freebsd-current/contrib/lib9p/pack.c
Revision Date Author Comments
# 2dd83b3f 07-Aug-2022 Konrad Sewiłło-Jopek <kjopek@gmail.com>

lib9p: Remove potential buffer overwrite in l9p_puqids()

Structure l9p_f_wralk reserves at most L9P_MAX_WELEM entries
and that number actually set the maximum we can safely use.

PR: 265385
Reviewed by: markj
MFC after: 1 day
Differential Revision: https://reviews.freebsd.org/D35907