linux-user: don't crash with null name
authorRiku Voipio <riku.voipio@nokia.com>
Fri, 9 Jan 2009 15:08:21 +0000 (17:08 +0200)
committerRiku Voipio <riku.voipio@nokia.com>
Wed, 14 Jan 2009 14:59:30 +0000 (16:59 +0200)
commit057a615dcb3d4315914d47ebeb1bcc94ee1851d4
treedeb0ea47bdfb96f6d1cd8c52576a2d7eff158349
parente6ec51ab127be1b9f2e6a3953f142d7a9b906761
linux-user: don't crash with null name

path() may be called with null string, don't bother trying to
remap in that case.
linux-user/path.c