On Mon, Nov 09, 2009 at 01:50:47AM +0200, Alex Negulescu wrote: > inlined from 'cr_om_parser_parse_paths_to_cascade' at cr-om-parser.c:1009: > /usr/include/bits/string3.h:85: error: call to __builtin___memset_chk will always overflow destination buffer 1002 CRStyleSheet *sheets[3]; ... 1009 memset (sheets, 0, sizeof (CRStyleSheet) * 3); Shouldn't it be sizeof (CRStyleSheet *) * 3 or even sizeof (sheets) ? -- Regards, Sir Raorn.