16,138 reputation
43978
bio website vennard.org.uk
location United Kingdom
age 24
visits member for 3 years, 4 months
seen 4 hours ago
stats profile views 1,153

I am a software engineer by profession and a mathematics undergraduate in the evenings. I speak French, and I am generally interested in operating systems. My corner of the web is here and you might be interested in code I have written.

Questions? You can get in touch via my first name @ my domain name.


5h
comment unmount USB drive in C++
Just for interest, if you grant your app CAP_SYS_ADMIN or setuid you have to be very careful wrt the use of mount (and probably umount) as mount itself can definitely be used for local privilege escalation. See this exploit which overlays /etc/passwd with a copy containing a known root password. +1 for capabilities rather than SUID :)
2d
comment Give me reasons to learn another language
Welcome to SO. Unfortunately, your question is likely off topic here as per the FAQ. The SE network doesn't really have a site for a question such as this - you might get a better answer at a more suitable forum elsewhere online?
May
17
accepted Passing variable urlname to url tag in django template
May
17
accepted How do I use IFileSystemImage2's put_BootImageOptionsArray from IMAPI2 (getting E_NOINTERFACE)?
May
17
comment How do I use IFileSystemImage2's put_BootImageOptionsArray from IMAPI2 (getting E_NOINTERFACE)?
That was exactly what I needed. SO strikes again! Thanks :) I think I'll also switch to smart pointers for COM, much neater (didn't know they existed).
May
17
asked How do I use IFileSystemImage2's put_BootImageOptionsArray from IMAPI2 (getting E_NOINTERFACE)?
May
15
comment How to use SHA1 hashing in C programming
@Clustermagnet hmacsha1 is a HMAC algorithm, using SHA1 as the hash. It's the same idea as in my answer here(see here) but for the EVP_MD argument specific to HMAC you specify EVP_sha1().
May
15
answered Creating a custom class through #define macro
May
15
comment How to close stdout and stderr in C?
@NicholasWilson yes, I know. I addressed that issue at the time, however, to make it more explicit, I've re-written the answer to incorporate all of the above comments.
May
15
revised How to close stdout and stderr in C?
Give the answer an update.
May
11
answered Qt - updating main window with second thread
May
8
awarded  Nice Answer
May
6
awarded  Favorite Question
Apr
27
awarded  Popular Question
Apr
27
revised How to programmatically gain root privileges?
added 98 characters in body
Apr
27
comment How to programmatically gain root privileges?
@chacham15 ah yes. Sudo itself should be able to see those things, but inherited processes won't. They only inherit the effective user id as their real user id. I'll edit this, as it isn't clear.
Apr
26
answered Does current EFI BIOS natively support AHCI?
Apr
26
answered Writing an OS with UEFI
Apr
26
answered Booting centOS 6.3 x64 install from EFI shell
Apr
24
awarded  Notable Question