Files
ipxe/src/tests
Aaron Young 3946aa9bac [libc] Fix strcmp()/strncmp() to return proper values
Fix strcmp() and strncmp() to return proper standard positive/negative
values for unequal strings.  Current implementation is backwards
(i.e. the functions are returning negative when should be positive and
vice-versa).

Currently all consumers of these functions only check the return value
for ==0 or !=0 and so we can safely change the implementation without
breaking things.

Signed-off-by: Aaron Young <Aaron.Young@oracle.com>
Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2019-01-15 14:12:27 +00:00
..
2016-07-29 01:12:58 +01:00
2016-07-29 01:12:58 +01:00
2016-05-05 23:42:57 +01:00
2016-07-29 01:12:58 +01:00
2016-07-25 15:20:22 +01:00
2016-07-29 01:13:27 +01:00
2015-04-12 17:01:10 +01:00