mirror of
https://github.com/fluencelabs/musl
synced 2025-06-29 06:32:16 +00:00
fix breakage in last commit to strftime due to missing INT_MAX
that's what I get for changing a hard-coded threshold to a proper non-magic-number without testing.
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <langinfo.h>
|
||||
#include <time.h>
|
||||
#include <limits.h>
|
||||
#include "__time.h"
|
||||
|
||||
// FIXME: integer overflows
|
||||
|
Reference in New Issue
Block a user