Martin Willi schrobtete: >> - 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). You're right, I must have overlooked the static. That's why the compiler didn't issue a warning...
Regards Thomas _______________________________________________ Dev mailing list [email protected] https://lists.strongswan.org/mailman/listinfo/dev
