Traditional C "Hello World" working in NaCl
groups.google.com
Traditional C "Hello World" working in NaCl
1–10 of 28 posts
Re: Traditional C "Hello World" working in NaCl
#2Re: Traditional C "Hello World" working in NaCl
#3Re: Traditional C "Hello World" working in NaCl
#4I wonder how it handles a bogus printf format string.
Are you trying to ask if it catches, e.g., format string vulnerabilities? I think the answer to that is: Native Client's aim is to be a safe x86 VM, so — hopefully. But to me personally, it seems unlikely that they've thought of everything.
Re: Traditional C "Hello World" working in NaCl
#5Re: Traditional C "Hello World" working in NaCl
#6As a side note, why is it that I have to sign in to Google in order to be able to see this? Is registration /really/ necessary for Google Groups?
Re: Traditional C "Hello World" working in NaCl
#7As a side note, why is it that I have to sign in to Google in order to be able to see this? Is registration /really/ necessary for Google Groups?
Re: Traditional C "Hello World" working in NaCl
#8I wonder how it handles a bogus printf format string.
The same way the underlying printf implementation does? This isn't wrapping printf(3), just the underlying write(2). Are you trying to ask if it catches, e.g., format string vulnerabilities? I think the answer to that is: Native Client's aim is to be a safe x86 VM, so — hopefully. But to me personally, it seems unlikely that they've thought of everything.
The unlikelihood that the original design was perfect is probably why they had the "Native Client Security Contest" a few years ago - and indeed independent researchers found several flaws. Personally, I'm a lot happier with it now that they've fixed everything that Mark Dowd could find wrong with it ;)
Re: Traditional C "Hello World" working in NaCl
#9As a side note, why is it that I have to sign in to Google in order to be able to see this? Is registration /really/ necessary for Google Groups?
I think it's a bug. Are you on a mobile browser?
Re: Traditional C "Hello World" working in NaCl
#10Because I see this as "Google's ActiveX"