Skip to content

fix handling of log events without ouid on 32 bit systems

Christian Boltz requested to merge cboltz/apparmor:cboltz-logparser-32bit into master

Looks like the ouid and fsuid variable size is arch-specific, therefore $MAX - 1 has different values on 32 vs. 64 bit. I noticed this after "make -C utils check" failed in the 32bit build.

I propose this patch for trunk and 2.12.

Merge request reports