freebsd-skq/usr.sbin/pmcstat
pfg 535d1026de pmcstat(8); unsign some allocation variables and use reallocarray(3).
Use unsigned values in some internal variables that will be used during
allocation. The variables are used in reduced scope and have no chance of
becoming negative.

Provide bounds checking through reallocarray(3).

MFC after:	2 weeks
2017-04-22 16:02:40 +00:00
..
Makefile
Makefile.depend
pmcpl_annotate_cg.c
pmcpl_annotate_cg.h
pmcpl_annotate.c
pmcpl_annotate.h
pmcpl_callgraph.c
pmcpl_callgraph.h
pmcpl_calltree.c pmcstat(8); unsign some allocation variables and use reallocarray(3). 2017-04-22 16:02:40 +00:00
pmcpl_calltree.h
pmcpl_gprof.c
pmcpl_gprof.h
pmcstat_log.c pmcstat(8); unsign some allocation variables and use reallocarray(3). 2017-04-22 16:02:40 +00:00
pmcstat_log.h Remove an unused field from struct pmcstat_image. 2016-10-15 23:46:55 +00:00
pmcstat_top.h
pmcstat.8
pmcstat.c Just remove freeing memory in pmcstat_cleanup, since we only clean up 2016-10-07 21:03:12 +00:00
pmcstat.h