From: Robert B. <rb...@ge...> - 2007-06-03 16:30:59
|
Hi, while testing mpd support in lcd4linux, I encountered a program abort because of an illegal free() operation. This was caused by the attempt to free() a char[] on the stack (artist, title and album functions). While I had a look over the code, I also saw some memleaks in the other functions (elapsedTime and friends) and a buffer overflow issue for sprintf. The attached patch against r789 in the 0.10.1 branch should fix the issues. Regards, Robert |