1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/lib/libpam/modules/pam_exec
Colin Percival 25284732cd When (re)allocating space for an array of pointers to char, use
sizeof(*list), not sizeof(**list).  (i.e., sizeof(pointer) rather than
sizeof(char)).

It is possible that this buffer overflow is exploitable, but it was
added after RELENG_5 forked and hasn't been MFCed, so this will not
receive an advisory.

Submitted by:	Vitezslav Novy
MFC after:	1 day
2005-09-19 18:43:11 +00:00
..
Makefile
pam_exec.8 Assorted markup fixes. 2005-06-15 19:04:04 +00:00
pam_exec.c When (re)allocating space for an array of pointers to char, use 2005-09-19 18:43:11 +00:00