Now if there were actual function calls in the initialization, and no records
were emitted, I would consider that to be a problem (haven't tested this at the
moment though), however, static initializers like that could easily be skipped
as a feature in the interest of saving space.
Example :
i
> On 05/04/07, Brian Ellis <[EMAIL PROTECTED]> wrote:
> >
> > Now if there were actual function calls in the initialization, and no
> > records were emitted, I would consider that to be a problem (haven't tested
> > this at the moment though), howeve
Having not read the entire thread, I risk reiterating an idea that may have
already been brought up, but I believe I've got a few thoughts that may be of
value... and if somebody's already mentioned them, I hope they take this as a
compliment and a vote in their favor.
> Otherwise as
> you said
o understand that we can't protect everybody from every form of
hazardous code, but because this was brought up, I figured something should be
said.
- Brian Ellis
- CODE SNIP -
#include
#include
struct dynamic
{
int size;
int array[];
};
void dont_do_this( st