Files
mirror_zfs/module/zfs
Brian Behlendorf e4ffa98dca Fix userquota_compare() function
The AVL tree compare function requires that either -1, 0, or 1 be
returned.  However the strcmp() function only guarantees that a
negative, zero, or positive value is returned.  Therefore, the
return value of strcmp() needs to be sanitized with AVL_ISIGN.

This was initially overlooked because the x86_64 implementation
of strcmp() happens to only returns the allowed values.  This
was observed on an aarch64 platform which behaves correctly but
differently as described above.

Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
Reviewed-by: Richard Laager <rlaager@wiktel.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #5311 
Closes #5313
2016-10-21 08:23:27 -07:00
..
2016-10-17 12:03:52 -07:00
2014-08-01 14:28:05 -07:00
2015-01-16 14:41:26 -08:00
2016-01-08 15:08:19 -08:00
2015-01-16 14:41:26 -08:00
2016-10-21 08:23:27 -07:00
2016-10-20 11:24:01 -07:00
2016-06-28 13:47:02 -07:00
2016-10-08 14:57:56 -07:00
2013-12-18 16:46:35 -08:00
2015-01-16 14:41:26 -08:00
2015-01-16 14:41:26 -08:00
2015-12-22 10:21:33 -08:00
2016-04-21 09:49:25 -07:00
2016-06-21 09:58:37 -07:00
2010-08-31 13:41:58 -07:00
2016-08-11 11:23:49 -07:00
2016-10-14 11:00:47 -07:00
2016-01-08 15:08:19 -08:00
2013-10-31 14:58:04 -07:00
2010-08-31 13:41:58 -07:00
2015-09-04 16:08:14 -07:00
2016-07-25 13:21:49 -07:00
2016-10-20 11:54:02 -07:00
2016-09-21 18:09:00 -07:00
2016-07-25 13:21:49 -07:00
2016-09-21 18:09:00 -07:00
2016-10-20 11:24:01 -07:00
2016-10-18 10:44:44 -07:00
2016-05-31 16:04:26 -07:00