Here is a debdiff which fixes the issue here. In src/backend/back_linux.c I changed the line if(sscanf(buffer,"%s %d %d",&name, &size, &used) != 3) continue; to if(sscanf(buffer,"%19s %d %d",&name, &size, &used) != 3) continue; to prevend a overflow of name[].
I attached a debdiff and will also notify upstream about this issue. ** Attachment added: "Debdiff" http://librarian.launchpad.net/6652708/nvclock_0.8b2-1.debdiff -- Stack Smashing Prevents Use https://launchpad.net/bugs/72117 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
