Re: [Bug 370261] Re: nvram-wakeup buffer overflow detected

2009-05-17 Thread a1bert
you are right, but after disabling fortify, you get "stack smashing detected" error , so it's necessary to disable stack protector too to get working binary. and ofcourse it's not a fix, it's just temporary workaround... *** stack smashing detected ***: ./nvram-wakeup terminated === Backt

Re: [Bug 370261] Re: nvram-wakeup buffer overflow detected

2009-05-15 Thread a1bert
hi, add it to CFLAGS variable in Makefile: CFLAGS = -O2 -Wall -Wstrict-prototypes -g -pedantic $(DEFS) -D_FORTIFY_SOURCE=0 -fno-stack-protector jn On Thursday 14 of May 2009 17:35:35 raulelmagico wrote: > servus albert, > > I need some help with your workaround: > > "temporary workaround: com