lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> On Mon, Aug 25, 2014 at 7:28 AM, Coroutines <coroutines@gmail.com> wrote:
> > Honestly, most of these replies sound like "never use goto!"
> 
> Ironic that you'd use this example considering this is exactly the
> thing that caused Apple's SSL bug.

Come on, be fair. It was not the use of goto that *caused* the bug. They
could produce exactly the same kind of dirty code with break or return.

"Do not look for other causes to explain things that can be explained by
pure incompetence" :)

-- Roberto