Some exotic programs that insist on writing to /tmp may fail to run and they should be fixed upstream. Writing to /tmp is bad, and you should not use any software that behaves like this.
Name:
Anonymous2013-06-03 10:45
>>1
Use of /tmp may be a security risk, depending on your app, and what you write to /tmp.
That being said, writing to /tmp is not bad. Is like saying goto is bad.