[strongSwan-dev] [PATCH] fixed use of stack local variable outside of function scope

Martin Willi martin at strongswan.org
Wed Mar 31 17:02:41 CEST 2010


> -       static char buf[32];

Using a static buffer should be fine in a non-threaded/non-reentrant
application such as starter (but I don't like it, either).

Patch applied!

Regards
Martin





More information about the Dev mailing list