Menu

Mount Shares / News: Recent posts

CVS Repository

The CVS server is set up. You can get the latest code by following the Sourceforge.net cvs instructions. (However, a graphical client such as Eclipse will greatly ease the process once you get it going.)

Posted by Bryan Harris 2007-03-12

Stack smashing fixed.

The project is 3 days old and already I'm issuing a bug fix. The Debian compiler complained of "stack smashing". It turns out I was using fscanf in an insecure way. Anyway It is fixed using CERN's recommended fix:
https://www.securecoding.cert.org/confluence/display/seccode/STR31+CS+scanf\()
It was easy, but important for an application that may need to run as root in order to mount things.

Posted by Bryan Harris 2007-03-06