Voor het verlenen van toegang tot het netwerk om gebruikers te authenticeren, kan gebruik worden gemaakt van radius. Dit is een aaa-protocol, dat door veel isp's en netwerkbeheerders wordt ingezet. GNU Radius is een opensource-implementatie dat zijn werk verricht op de meeste Linux- en *nix-machines. De ontwikkelaars hebben versie 1.6.1 uitgebracht en voorzien van de volgende aankondiging:
Version 1.6.1:
This minor release fixes compilation of radiusd with gcc version 4.3.0 (or later), which overly optimizes some code. It does such a remarkable job of optimization, that reduces a perfectly valid code to explicit dead loops in the produced object files. To avoid this, starting from this version GNU Radius will be compiled with -fno-strict-aliasing.
I can only repeat after Linus Torvalds, that "the aliasing code in particular is not even worth enabling, it's just not possible to sanely tell gcc when some things can alias."