May 14, 2014
4:14 p.m.
On Wed, 14 May 2014 21:27:06 +0530, Saket Sinha said:
char newFileName[PATH_MAX];
tabFileNew = setmntent(newFileName, "w");
And what is the new file name? You have random trash on the stack here. (Note that this is C 101 - if you can't debug this on your own, you probably shouldn't be messing with filesystem code until you have more C experience)