On Thu, 06 Jan 2011 10:17:38 +0200
pagee...@freemail.hu wrote:
> On 6 Jan 2011 at 10:57, ungift-ed wrote:
>
> > Jan 5 21:36:57 gate kernel: PAX: suspicious general protection fault:
> > [#1]
>
> can you please follow http://en.wikibooks.org/wiki/Grsecurity/Reporting_Bugs ?
> also try th
Compiling the recent hardened-sources results in the following error
message, when irda is enabled:
CC net/irda/af_irda.o
net/irda/af_irda.c: In function ‘__irda_getsockopt’:
net/irda/af_irda.c:2289:4: error: label ‘out’ used but not defined
The changes causing it introduced recently.
---
What about this one?
--- af_irda.c 2011-01-13 20:41:26.0 +0100
+++ af_irda-dwokfur.c 2011-01-13 20:41:50.0 +0100
@@ -2286,7 +2286,7 @@
if (len < offset) {
err = -EINVAL;
- goto out;
+ goto bed;
I had this issue with vanilla 2.6.32.27 patched with the 2.6.32.27 grsec
patch (2-3 days ago).
On Thu, Jan 13, 2011 at 14:38, "Tóth Attila" wrote:
> Compiling the recent hardened-sources results in the following error
> message, when irda is enabled:
>
> CC net/irda/af_irda.o
> net/irda/af
Spender said he just fixed that VERY recently.
On Thu, Jan 13, 2011 at 15:10, Matthew Thode wrote:
> I had this issue with vanilla 2.6.32.27 patched with the 2.6.32.27 grsec
> patch (2-3 days ago).
>
>
> On Thu, Jan 13, 2011 at 14:38, "Tóth Attila" wrote:
>
>> Compiling the recent hardened-sour
On 13 Jan 2011 at 20:38, "Tóth Attila" wrote:
> Compiling the recent hardened-sources results in the following error
> message, when irda is enabled:
>
> CC net/irda/af_irda.o
> net/irda/af_irda.c: In function `__irda_getsockopt´:
> net/irda/af_irda.c:2289:4: error: label `out´ used but not