-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
C how does it work? Fixed up my bad use of strlcpy that was causing segfaults. Spent ages debugging a crazy error, where if I don't use the ident char (the one set to 't' in eap_server.c) it gets set to the location of the state file, which then breaks everything. Debugging got me nowhere, and I suspect it's a crazy compiler optimisation breaking my poor C. Any tips?
- Loading branch information
Showing
2 changed files
with
28 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters