aaptel
c868b6ac0b
lib/gssapi/mech/gss_compare_name.c: fix memcmp() call
...
Make memcmp() compare the name1 and name2 value instead of comparing
name1 with itself.
The memcmp() is only executed if the left-hand side of the || is false
i.e. when both length are equal so the length argument is correct (no out-of-bounds reads).
2016-03-10 10:51:58 +01:00
..
2016-02-05 18:01:15 -06:00
2015-08-03 20:18:16 +02:00
2016-03-10 10:51:58 +01:00
2013-06-02 15:30:58 -05:00
2015-04-21 21:59:42 -04:00
2013-06-02 15:30:58 -05:00
2008-09-13 08:53:55 +00:00
2015-07-31 15:51:13 +12:00
2014-04-25 02:42:17 +02:00
2011-11-22 12:18:48 -08:00
2013-06-02 15:30:58 -05:00
2011-05-21 11:57:31 -07:00
2008-09-13 09:21:03 +00:00
2011-11-22 12:18:48 -08:00
2016-02-05 18:01:15 -06:00
2010-08-20 13:14:15 -04:00
2015-03-24 11:50:01 -05:00
2015-03-21 15:44:48 -04:00
2015-12-16 23:26:20 +11:00
2011-05-21 11:57:31 -07:00
2015-04-01 20:28:31 -05:00
2011-11-02 23:20:55 -05:00
2008-09-13 09:21:03 +00:00
2016-02-05 18:01:15 -06:00
2011-05-21 11:57:31 -07:00
2011-05-21 11:57:31 -07:00
2010-12-01 17:54:29 -05:00
2013-11-20 01:20:01 -06:00
2010-12-01 17:54:29 -05:00
2016-02-05 18:01:15 -06:00