On Wed, 3 Nov 2010 13:46:24 -0400 Louis-Philippe
<defa...@spiralix.org> wrote:
> Totally agree Rob...  but right now it seems it does segfault on
> occasions and I think some serious bugs affecting functionalities
> and RubySpecs are still in the bugbase and I wouldn't like to
> dissolve those priorities with more exception handling error... I
> may not understand how important this segfault may be, so if you
> think its really worth it I'll let you file it.
> 
> 2010/11/3 Rob Gleeson <r...@flowof.info>
> 
> > I think you should still file a bug report -- MacRuby should
> > never ever segfault :)

Segfaults are *always* something that should be treated as
very high priority. Why? Because they indicate potential mechanisms
for exploitable security bugs. Any time you can make a runtime dump
core, you've probably hit on a path that can be used for shellcode.

You can never really know when someone might use a MacRuby based app
to view malicious content. It is almost impossible to predict in
advance what sorts of APIs such a system might use. Therefore, such
flaws have to be taken quite seriously.

Perry
-- 
Perry E. Metzger                pe...@piermont.com
_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to