rstone 26a0cf375a MFC r280957
Fix integer truncation bug in malloc(9)

  A couple of internal functions used by malloc(9) and uma truncated
  a size_t down to an int.  This could cause any number of issues
  (e.g. indefinite sleeps, memory corruption) if any kernel
  subsystem tried to allocate 2GB or more through malloc.  zfs would
  attempt such an allocation when run on a system with 2TB or more
  of RAM.
2015-09-17 23:31:44 +00:00
..
2015-09-17 23:31:44 +00:00
2014-12-15 10:46:07 +00:00
2015-06-21 06:28:26 +00:00
2014-01-15 06:17:15 +00:00
2014-05-14 04:57:55 +00:00
2015-06-02 14:54:53 +00:00
2015-05-05 19:47:17 +00:00
2015-02-05 20:03:02 +00:00
2015-02-03 00:29:58 +00:00
2015-02-14 21:16:19 +00:00