-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Repair missing 7bit name part in rfc2047 on arm and mips architecture.
The problem was, that on arm* and mips* architectures the fetchaddr tests failed, since from "Günther family1" the " family1" was stripped on these architectures (amd64, i386, ppc64el and s390x were okay). This was based on the fact, that strfcpy (and strncpy) on these architectures didn't copy anything. Using snprintf instead fixes the issue.
- Loading branch information
1 parent
1d91bf7
commit c605d5d
Showing
2 changed files
with
8 additions
and
1 deletion.
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