Viewing profile - cipherpunk

Username:
cipherpunk
Groups:
Interests:
only assembler
Occupation:
coder
Location:
DE

Contact cipherpunk

User statistics

Joined:
Mon Apr 10, 2006 8:44 pm
Last active:
Tue Apr 11, 2006 1:50 am
Total posts:
3 | Search user’s posts
(0.00% of all posts / 0.00 posts per day)
Most active forum:
German
(3 Posts / 100.00% of user’s posts)
Most active topic:
Hallo Leutz,
(1 Post / 33.33% of user’s posts)

Signature

@@ -106,7 +106,7@@
cleanup(0);
errx(2, __Function__": can't mktemp '%s'" ,pen);
}
- if(chmod(pen, 0,755) ==FAIL) {
+if(chmod(pen, 0,700) ==FAIL) {
cleanup(0);
errx(2, __Function__": can't mktemp '%s'" ,pen);
}