freebsd-ports/devel/glib12
Joe Marcus Clarke 253d4c8ad2 getpw*_r is now implemented in -CURRENT. However, the _SC_GETPW_R_SIZE_MAX
sysconf is not.  This causes glib to try and malloc UINT_MAX bytes of memeory
which basically translates to -1 bytes.  Sanity check the value returned by
sysconf (_SC_GETPW_R_SIZE_MAX) to see that it's really implemented.  This
fixes an abort people started to see in Glib-based applications.

Reported by:	Shin-ichi YOSHIMOTO <yosimoto@waishi.jp>
2003-04-19 10:15:29 +00:00
..
files getpw*_r is now implemented in -CURRENT. However, the _SC_GETPW_R_SIZE_MAX 2003-04-19 10:15:29 +00:00
distinfo
Makefile getpw*_r is now implemented in -CURRENT. However, the _SC_GETPW_R_SIZE_MAX 2003-04-19 10:15:29 +00:00
pkg-descr
pkg-plist Now that Glib 1.2 and GTK+ 1.2 are the only versions in the tree that use 2002-11-20 20:11:27 +00:00