freebsd-dev/lib/libproc
Andriy Gapon a8375da0d3 fix a serious bug in libproc's proc_attach
proc_attach always frees any struct proc_handle data
that it allocates, but that is supposed to be done
only in error conditions.

PR:		bin/158431
Approved by:	re (kib)
MFC after:	1 week
2011-08-03 09:55:59 +00:00
..
test New version of libproc. Changes are: 2010-07-31 16:10:20 +00:00
_libproc.h New version of libproc. Changes are: 2010-07-31 16:10:20 +00:00
libproc.h Several fixes for libproc: 2010-08-11 17:33:26 +00:00
Makefile Revert SHLIB_MAJOR to 2. 2010-07-31 17:14:54 +00:00
proc_bkpt.c Several fixes for libproc: 2010-08-11 17:33:26 +00:00
proc_create.c fix a serious bug in libproc's proc_attach 2011-08-03 09:55:59 +00:00
proc_regs.c New version of libproc. Changes are: 2010-07-31 16:10:20 +00:00
proc_rtld.c Several fixes for libproc: 2010-08-11 17:33:26 +00:00
proc_sym.c Several fixes for libproc: 2010-08-11 17:33:26 +00:00
proc_util.c Ignore EINTR when calling waitpid. 2010-09-18 23:38:21 +00:00