[Hotfix/remove_%n_from_snprintf] Removed "%n" character from snprinf's format string : This is not supported in Android system. #1

Merged
enbay merged 1 commit from hotfix/remove_%n_from_snprintf into main 2025-10-21 11:44:07 +09:00
Owner

I've found that %n character, which is used to get written bytes to destination string, is not supported on Android systems.
It compiles, but emit "FORTIFY: %n not supported" and crashes.

Remove it, and replace it with return value of snprintf.

I've found that %n character, which is used to get written bytes to destination string, is not supported on Android systems. It compiles, but emit "FORTIFY: %n not supported" and crashes. Remove it, and replace it with return value of snprintf.
enbay merged commit 792bcaca05 into main 2025-10-21 11:44:07 +09:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
enbay/http-c!1
No description provided.