]> Git Repo - qemu.git/commit - qemu-common.h
Fix missing strnlen problems
authorBlue Swirl <[email protected]>
Wed, 1 Jul 2009 18:24:44 +0000 (18:24 +0000)
committerBlue Swirl <[email protected]>
Wed, 1 Jul 2009 18:24:44 +0000 (18:24 +0000)
commitd43277c534904dc31d14bfb0dc934f3cfbe2dab5
tree272f8131c34141ffc369fbd40e369a02172584e6
parent57a943c41fd8ae23647f34b4b2ff7707561eebe8
Fix missing strnlen problems

Fix missing strnlen (a GNU extension) problems by using qemu_strnlen
used for user emulators also for system emulators.

Signed-off-by: Blue Swirl <[email protected]>
block.c
bsd-user/uaccess.c
cutils.c
linux-user/uaccess.c
qemu-common.h
This page took 0.026263 seconds and 4 git commands to generate.