Fixed off by one error causing memory corruption by overwriting buffer
commitf31534766e3b738350110d1527fabeb1c596e954
authorbalaton <balaton@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 19 Jan 2018 23:16:29 +0000 (19 23:16 +0000)
committerbalaton <balaton@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 19 Jan 2018 23:16:29 +0000 (19 23:16 +0000)
tree309ef3ed7f5827c9d2b2f3fe1a687970d2b4c1ca
parenta51c87ba9f20ac0fb9d77b42300f069ffb7c8072
Fixed off by one error causing memory corruption by overwriting buffer

Commit 44466 Removed chevron chars and a space from SEM_NAME which
commit 53258 tried to revert but instead of the chevron (which is a
single char) two less than and greater than chars were added which then
overflows the buffer allocated for it. This has caused a crash on QEMU.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@55021 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
workbench/c/iprefs/global.h