Go to file
Johan Hedberg afffab10a4 libc: Fix memcmp implementation
The previous implementation would read one byte past both buffers if
the buffers were equal. Make sure the pointers are not incremented
past the last byte. Also ensure that comparing zero bytes always
returns 0.

Change-Id: I5ef25d6bd2f7417b60102dc1c2602d8b23c4c1bc
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-02-05 20:14:00 -05:00
arch
config
doc
drivers
host
include Change task_irq_object from global to local variable. 2016-02-05 20:14:00 -05:00
kernel Change task_irq_object from global to local variable. 2016-02-05 20:14:00 -05:00
lib/libc/minimal libc: Fix memcmp implementation 2016-02-05 20:14:00 -05:00
make
misc
net
samples Change task_irq_object from global to local variable. 2016-02-05 20:14:00 -05:00
scripts
shared/include/nanokernel/x86
.gitattributes
.gitignore
.mailmap
vxmicro-env.bash