Rich Felker
|
5baf2d92d3
ldso: use __ehdr_start if available to locate its own ELF headers
|
1 year ago |
Rich Felker
|
725e17ed6d
remove non-prototype declaration of basename from string.h
|
1 year ago |
Violet Purcell
|
6be76895f6
elf.h: add typedefs for Elf64_Relr and Elf32_Relr
|
1 year ago |
Rich Felker
|
79bdacff83
glob: fix wrong return code when aborting before any matches
|
1 year ago |
наб
|
7291c6c66a
statvfs: allocate spare for f_type
|
1 year ago |
Szabolcs Nagy
|
39e43f0881
math: fix ld80 powl(x,huge) and powl(LDBL_MAX,small)
|
1 year ago |
Szabolcs Nagy
|
6d10102709
math: fix ld80 acoshl(x) for x < 0
|
1 year ago |
Rich Felker
|
83b858f83b
fix rejection of dns responses with pointers past 512 byte offset
|
1 year ago |
Rich Felker
|
a4ecaf89a9
dns stub resolver: increase buffer size to handle chained CNAMEs
|
1 year ago |
Rich Felker
|
40834f6c1e
printf core: fix gratuitous integer formatting buffer size
|
1 year ago |
Rich Felker
|
3a23cd06b0
all printf variants: fix argument type handling for %c and %lc
|
1 year ago |
Rich Felker
|
fa4a8abd06
fix public clone function to be safe and usable by applications
|
1 year ago |
Rich Felker
|
0c277ff156
fix broken thread list unlocking after fork
|
1 year ago |
Alexey Izbyshev
|
4653b98711
mbrtowc: Fix wrong return value when n > UINT_MAX
|
1 year ago |
Rich Felker
|
b90841e258
configure: replace -Os with equivalent based on -O2
|
1 year ago |
Rich Felker
|
718f363bc2
move fallocate64 declaration under _LARGEFILE64_SOURCE feature test
|
1 year ago |
Rich Felker
|
f5f55d6589
release 1.2.4
|
1 year ago |
Rich Felker
|
b928c7234f
fix return value of wmemcmp for extreme wchar_t values
|
1 year ago |
Gabriel Ravier
|
4724793f96
fix wide printf numbered argument buffer overflow
|
1 year ago |
Alexey Izbyshev
|
c1b42c4a3a
wait4: fix missing rusage on x32 due to wrong success condition
|
1 year ago |
Alexey Izbyshev
|
9b12982d52
semtimedop: fix timespec kernel ABI mismatch for 32-bit timeouts on x32
|
1 year ago |
Alexey Izbyshev
|
6d322159c6
getopt: fix null pointer arithmetic ub
|
1 year ago |
Alexey Izbyshev
|
35e9831156
nftw: fix use of uninitialized struct stat
|
1 year ago |
Rich Felker
|
7c41047285
fix inadvertently static local var in dynlink get_lfs64
|
1 year ago |
Alexey Kodanev
|
77327ed064
dns: check length field in tcp response message
|
1 year ago |
Rich Felker
|
1d5750b95c
fix swprintf handling of nul character in output
|
1 year ago |
Rich Felker
|
0e5234807d
in printf, use ferror macro rather than directly inspecting flags bit
|
1 year ago |
Rich Felker
|
868c964300
remove wide printf dependency on ugly hack in vfprintf
|
1 year ago |
Rich Felker
|
3a051769c4
fix (normal, narrow) printf erroneously processing %n after output errors
|
1 year ago |
Rich Felker
|
0440ed69ea
fix wide printf continuation after output or encoding errors
|
1 year ago |