freebsd-dev/lib/libgeom
Wojciech A. Koszek 0eedd05b19 Second call of sysctl() is used to gather a proper size of a memory chunk
needed to hold the GEOM tree. At this point, pointer 'p' has an improper
value (as it was used previously), and we're getting EFAULT. Fix this
functionality by passing NULL instead of 'p'.

This fixes mdconfig(8) -l output with high number of md(4) devices.

   Found by:	kris
Reviewed by:	phk
2007-05-01 10:47:09 +00:00
..
geom_ctl.c
geom_getxml.c Second call of sysctl() is used to gather a proper size of a memory chunk 2007-05-01 10:47:09 +00:00
geom_stats.c
geom_xml2tree.c Check for NULL pointer return. 2005-05-24 10:10:38 +00:00
libgeom.3 Fix prototype. 2005-11-24 10:43:35 +00:00
libgeom.h Make libgeom usable by C++ programs: 2004-03-09 21:14:18 +00:00
Makefile Add manpages for the gctl API. 2004-03-07 16:07:57 +00:00