freebsd-ports/audio/tosha
Kenneth D. Merry 664211684a Fix a core dump when doing 'tosha -i'. (Maintainer timeout after about two
months.)

The problem is in resolve_extension().  strncpy() will only null-terminate
the destination string if it has enough room, according to the given
length.

In this implementation, there will never be enough room to null-terminate
the string, from what I can tell.  So if the memory in 'tmpstr' contains
non-nulls, you'll get a core-dump in the subsequent strcat().
2001-02-07 20:19:53 +00:00
..
files Fix a core dump when doing 'tosha -i'. (Maintainer timeout after about two 2001-02-07 20:19:53 +00:00
distinfo
Makefile
pkg-comment
pkg-descr
pkg-plist