]> Zhao Yanbai Git Server - minix.git/commit
Fix ext2 symlink bug.
authorEvgeniy Ivanov <lolkaantimat@gmail.com>
Mon, 29 Aug 2011 19:36:48 +0000 (23:36 +0400)
committerBen Gras <ben@minix3.org>
Mon, 29 Aug 2011 21:54:25 +0000 (21:54 +0000)
commit4806f7c308ebdc14fa650ff232ccaa33756fd73f
treef6a8b15f86c70885d928746af09e088626307ba7
parent7f24c2b3ca00d1e5d3820d05aadec760e7cc1778
Fix ext2 symlink bug.

rip->i_size is a target length without trailing '\0'.

Reported by Ben Gras.
servers/ext2/link.c
servers/ext2/path.c