bugfix for a memory-reuse bug spost and whom
authorPhilipp Takacs <philipp@bureaucracy.de>
Sat, 2 May 2015 12:36:50 +0000 (14:36 +0200)
committerPhilipp Takacs <philipp@bureaucracy.de>
Sat, 2 May 2015 12:46:35 +0000 (14:46 +0200)
commitdc81afc84b4d53177a1c4fb9fd6fea0ec2912825
tree32a8cfaf280f0c0c1f00b52f082953d2b46d0f24
parenteda302e1f049eae6b429a12c5526600eea6a02e1
bugfix for a memory-reuse bug spost and whom

spost and whom use add to initialize a temporary char*.
This pointer maybe points to internal data or already freed
memory. Now getcpy is used.
uip/spost.c
uip/whom.c