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)
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.


No differences found