freebsd-dev/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 style.Makefile(5) police 2003-03-09 20:06:38 +00:00
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