NEWS: Document CVE-2023-25139.
[glibc.git] / stdio-common / Makefile
blob652d9e5f95f909119dfa3a07b4a2b30b7a5ef873
1 # Copyright (C) 1991-2023 Free Software Foundation, Inc.
2 # This file is part of the GNU C Library.
4 # The GNU C Library is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU Lesser General Public
6 # License as published by the Free Software Foundation; either
7 # version 2.1 of the License, or (at your option) any later version.
9 # The GNU C Library is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 # Lesser General Public License for more details.
14 # You should have received a copy of the GNU Lesser General Public
15 # License along with the GNU C Library; if not, see
16 # <https://www.gnu.org/licenses/>.
19 # Specific makefile for stdio-common.
21 subdir := stdio-common
23 include ../Makeconfig
25 headers := stdio_ext.h printf.h bits/printf-ldbl.h bits/stdio_lim.h
27 routines := \
28 _itoa \
29 _itowa \
30 asprintf \
31 ctermid \
32 cuserid \
33 dprintf \
34 flockfile \
35 fprintf \
36 fscanf \
37 ftrylockfile \
38 funlockfile \
39 gentempfd \
40 getline \
41 getw \
42 grouping_iterator \
43 iovfscanf \
44 isoc99_fscanf \
45 isoc99_scanf \
46 isoc99_sscanf \
47 isoc99_vfscanf \
48 isoc99_vscanf \
49 isoc99_vsscanf \
50 itoa-digits \
51 itoa-udigits \
52 itowa-digits \
53 perror \
54 printf \
55 printf-prs \
56 printf_buffer_as_file \
57 printf_buffer_done \
58 printf_buffer_flush \
59 printf_buffer_pad_1 \
60 printf_buffer_putc_1 \
61 printf_buffer_puts_1 \
62 printf_buffer_to_file \
63 printf_buffer_write \
64 printf_fp \
65 printf_fphex \
66 printf_function_invoke \
67 printf_size \
68 psiginfo \
69 psignal \
70 putw \
71 reg-modifier \
72 reg-printf \
73 reg-type \
74 remove \
75 rename \
76 renameat \
77 renameat2 \
78 scanf \
79 snprintf \
80 sprintf \
81 sscanf \
82 tempnam \
83 tempname \
84 tmpfile \
85 tmpfile64 \
86 tmpnam \
87 tmpnam_r \
88 translated_number_width \
89 vfprintf \
90 vfprintf-internal \
91 vfscanf \
92 vfscanf-internal \
93 vfwprintf \
94 vfwprintf-internal \
95 vfwscanf \
96 vfwscanf-internal \
97 vprintf \
98 wprintf_buffer_as_file \
99 wprintf_buffer_done \
100 wprintf_buffer_flush \
101 wprintf_buffer_pad_1 \
102 wprintf_buffer_putc_1 \
103 wprintf_buffer_puts_1 \
104 wprintf_buffer_to_file \
105 wprintf_buffer_write \
106 wprintf_function_invoke \
107 # routines
109 aux := \
110 errlist \
111 errlist-data \
112 errname \
113 fxprintf \
114 printf-parsemb \
115 printf-parsewc \
116 siglist \
117 # aux
119 tests := \
120 bug-vfprintf-nargs \
121 bug1 \
122 bug10 \
123 bug11 \
124 bug12 \
125 bug13 \
126 bug14 \
127 bug16 \
128 bug17 \
129 bug18 \
130 bug18a \
131 bug19 \
132 bug19a \
133 bug2 \
134 bug20 \
135 bug21 \
136 bug22 \
137 bug23 \
138 bug23-2 \
139 bug23-3 \
140 bug23-4 \
141 bug24 \
142 bug25 \
143 bug26 \
144 bug3 \
145 bug4 \
146 bug5 \
147 bug6 \
148 bug7 \
149 bug8 \
150 bug9 \
151 errnobug \
152 scanf1 \
153 scanf10 \
154 scanf11 \
155 scanf12 \
156 scanf13 \
157 scanf14 \
158 scanf14a \
159 scanf15 \
160 scanf16 \
161 scanf16a \
162 scanf17 \
163 scanf2 \
164 scanf3 \
165 scanf4 \
166 scanf5 \
167 scanf7 \
168 scanf8 \
169 scanf9 \
170 temptest \
171 test-fseek \
172 test-fwrite \
173 test-popen \
174 test-strerr \
175 test-vfprintf \
176 test_rdwr \
177 tfformat \
178 tiformat \
179 tllformat \
180 tst-bz11319 \
181 tst-bz11319-fortify2 \
182 tst-cookie \
183 tst-dprintf-length \
184 tst-fdopen \
185 tst-ferror \
186 tst-fgets \
187 tst-fileno \
188 tst-fmemopen \
189 tst-fmemopen2 \
190 tst-fmemopen3 \
191 tst-fmemopen4 \
192 tst-fphex \
193 tst-fphex-wide \
194 tst-fseek \
195 tst-fwrite \
196 tst-gets \
197 tst-grouping \
198 tst-grouping2 \
199 tst-grouping3 \
200 tst-long-dbl-fphex \
201 tst-memstream-string \
202 tst-obprintf \
203 tst-perror \
204 tst-popen \
205 tst-popen2 \
206 tst-printf-binary \
207 tst-printf-bz18872 \
208 tst-printf-bz25691 \
209 tst-printf-fp-free \
210 tst-printf-fp-leak \
211 tst-printf-oct \
212 tst-printf-round \
213 tst-printfsz \
214 tst-put-error \
215 tst-renameat2 \
216 tst-rndseek \
217 tst-scanf-round \
218 tst-setvbuf1 \
219 tst-sprintf \
220 tst-sprintf-errno \
221 tst-sprintf2 \
222 tst-sprintf3 \
223 tst-sscanf \
224 tst-swprintf \
225 tst-swscanf \
226 tst-tmpnam \
227 tst-ungetc \
228 tst-unlockedio \
229 tst-vfprintf-mbs-prec \
230 tst-vfprintf-user-type \
231 tst-vfprintf-width-prec \
232 tst-vfprintf-width-prec-alloc \
233 tst-vfprintf-width-i18n \
234 tst-wc-printf \
235 tstdiomisc \
236 tstgetln \
237 tstscanf \
238 xbug \
239 # tests
241 generated += \
242 errlist-data-aux-shared.S \
243 errlist-data-aux.S \
244 siglist-aux-shared.S \
245 siglist-aux.S \
246 # generated
248 tests-internal = \
249 tst-grouping_iterator \
250 # tests-internal
252 test-srcs = tst-unbputc tst-printf tst-printfsz-islongdouble
254 ifeq ($(run-built-tests),yes)
255 tests-special += \
256 $(objpfx)tst-printf-bz18872-mem.out \
257 $(objpfx)tst-printf-bz25691-mem.out \
258 $(objpfx)tst-printf-fp-free-mem.out \
259 $(objpfx)tst-printf-fp-leak-mem.out \
260 $(objpfx)tst-printf.out \
261 $(objpfx)tst-printfsz-islongdouble.out \
262 $(objpfx)tst-setvbuf1-cmp.out \
263 $(objpfx)tst-unbputc.out \
264 $(objpfx)tst-vfprintf-width-prec-mem.out \
265 # tests-special
267 generated += \
268 tst-printf-bz18872-mem.out \
269 tst-printf-bz18872.c \
270 tst-printf-bz18872.mtrace \
271 tst-printf-bz25691-mem.out \
272 tst-printf-bz25691.mtrace \
273 tst-printf-fp-free-mem.out \
274 tst-printf-fp-free.mtrace \
275 tst-printf-fp-leak-mem.out \
276 tst-printf-fp-leak.mtrace \
277 tst-vfprintf-width-prec-mem.out \
278 tst-vfprintf-width-prec.mtrace \
279 # generated
280 endif # $(run-built-tests)
282 tests-special += $(objpfx)tst-errno-manual.out
284 include ../Rules
286 # The errlist.c is built in two phases because compiler might reorder the
287 # compat_symbol directive prior the object itself and on binutils older
288 # than 2.29 it might generate object sizes different than the expected ones.
289 $(objpfx)errlist-data-aux-shared.S: errlist-data-gen.c
290 $(make-target-directory)
291 $(compile-command.c) $(pic-cppflags) $(pic-ccflag) $(no-stack-protector) -S
293 $(objpfx)errlist-data-aux.S: errlist-data-gen.c
294 $(make-target-directory)
295 $(compile-command.c) $(pie-default) $(no-stack-protector) -S
297 ifndef no_deps
298 -include $(objpfx)errlist-data-aux.S.d $(objpfx)errlist-data-aux-shared.S.d
299 endif
301 $(objpfx)errlist-data.os: $(objpfx)errlist-data-aux-shared.S
302 $(addprefix $(objpfx)errlist-data, $(object-suffixes-noshared)): \
303 $(objpfx)errlist-data-aux.S
305 $(objpfx)siglist-aux-shared.S: siglist-gen.c
306 $(make-target-directory)
307 $(compile-command.c) $(pic-cppflags) $(pic-ccflag) $(no-stack-protector) -S
309 $(objpfx)siglist-aux.S: siglist-gen.c
310 $(make-target-directory)
311 $(compile-command.c) $(pie-default) $(no-stack-protector) -S
313 ifndef no_deps
314 -include $(objpfx)siglist-aux.S.d $(objpfx)siglist-aux-shared.S.d
315 endif
317 $(objpfx)siglist.os: $(objpfx)siglist-aux-shared.S
318 $(addprefix $(objpfx)siglist, $(object-suffixes-noshared)): \
319 $(objpfx)siglist-aux.S
321 ifeq ($(run-built-tests),yes)
322 LOCALES := \
323 de_DE.ISO-8859-1 \
324 de_DE.UTF-8 \
325 en_US.ISO-8859-1 \
326 hi_IN.UTF-8 \
327 ja_JP.EUC-JP \
328 ps_AF.UTF-8 \
329 tg_TJ.UTF-8 \
330 # LOCALES
331 include ../gen-locales.mk
333 $(objpfx)bug14.out: $(gen-locales)
334 $(objpfx)scanf13.out: $(gen-locales)
335 $(objpfx)test-vfprintf.out: $(gen-locales)
336 $(objpfx)tst-grouping.out: $(gen-locales)
337 $(objpfx)tst-grouping2.out: $(gen-locales)
338 $(objpfx)tst-grouping_iterator.out: $(gen-locales)
339 $(objpfx)tst-sprintf.out: $(gen-locales)
340 $(objpfx)tst-sscanf.out: $(gen-locales)
341 $(objpfx)tst-swprintf.out: $(gen-locales)
342 $(objpfx)tst-vfprintf-mbs-prec.out: $(gen-locales)
343 $(objpfx)tst-vfprintf-width-i18n.out: $(gen-locales)
344 $(objpfx)tst-grouping3.out: $(gen-locales)
345 endif
347 tst-printf-bz18872-ENV = MALLOC_TRACE=$(objpfx)tst-printf-bz18872.mtrace \
348 LD_PRELOAD=$(common-objpfx)/malloc/libc_malloc_debug.so
349 tst-vfprintf-width-prec-ENV = \
350 MALLOC_TRACE=$(objpfx)tst-vfprintf-width-prec.mtrace \
351 LD_PRELOAD=$(common-objpfx)/malloc/libc_malloc_debug.so
352 tst-printf-bz25691-ENV = \
353 MALLOC_TRACE=$(objpfx)tst-printf-bz25691.mtrace \
354 LD_PRELOAD=$(common-objpfx)/malloc/libc_malloc_debug.so
355 tst-printf-fp-free-ENV = \
356 MALLOC_TRACE=$(objpfx)tst-printf-fp-free.mtrace \
357 LD_PRELOAD=$(common-objpfx)/malloc/libc_malloc_debug.so
358 tst-printf-fp-leak-ENV = \
359 MALLOC_TRACE=$(objpfx)tst-printf-fp-leak.mtrace \
360 LD_PRELOAD=$(common-objpfx)/malloc/libc_malloc_debug.so
362 $(objpfx)tst-unbputc.out: tst-unbputc.sh $(objpfx)tst-unbputc
363 $(SHELL) $< $(common-objpfx) '$(test-program-prefix)'; \
364 $(evaluate-test)
366 $(objpfx)tst-printf.out: tst-printf.sh $(objpfx)tst-printf
367 $(SHELL) $< $(common-objpfx) '$(test-program-prefix)'; \
368 $(evaluate-test)
370 $(objpfx)tst-printfsz-islongdouble.out: \
371 tst-printfsz-islongdouble.sh $(objpfx)tst-printfsz-islongdouble
372 $(SHELL) $^ '$(test-program-prefix)' $@; \
373 $(evaluate-test)
375 # We generate this source because it requires a printf invocation with
376 # 10K arguments.
377 $(objpfx)tst-printf-bz18872.c: tst-printf-bz18872.sh
378 rm -f $@ && $(BASH) $^ > $@.new && mv $@.new $@
380 $(objpfx)tst-%-mem.out: $(objpfx)tst-%.out
381 $(common-objpfx)malloc/mtrace $(objpfx)tst-$*.mtrace > $@; \
382 $(evaluate-test)
384 errlist-h = $(firstword $(wildcard $(addsuffix /errlist.h,$(sysdirs) .)))
386 $(objpfx)tst-errno-manual.out: tst-errno-manual.py \
387 $(errlist-h) \
388 $(..)manual/errno.texi
389 $(PYTHON) tst-errno-manual.py -m $(..)manual/errno.texi \
390 -e $(errlist-h) > $@; \
391 $(evaluate-test)
393 CFLAGS-vfprintf.c += -Wno-uninitialized
394 CFLAGS-vfwprintf.c += -Wno-uninitialized
396 CFLAGS-tmpfile.c += -fexceptions
397 CFLAGS-tmpfile64.c += -fexceptions
398 CFLAGS-tempname.c += -fexceptions
399 CFLAGS-psignal.c += -fexceptions
400 CFLAGS-vprintf.c += -fexceptions
401 CFLAGS-cuserid.c += -fexceptions
403 CFLAGS-vfprintf.c += -fexceptions
404 CFLAGS-fprintf.c += -fexceptions
405 CFLAGS-printf.c += -fexceptions
406 CFLAGS-vfwprintf.c += -fexceptions
407 CFLAGS-vfscanf.c += -fexceptions
408 CFLAGS-vfwscanf.c += -fexceptions
409 CFLAGS-fscanf.c += -fexceptions
410 CFLAGS-scanf.c += -fexceptions
411 CFLAGS-isoc99_vfscanf.c += -fexceptions
412 CFLAGS-isoc99_vscanf.c += -fexceptions
413 CFLAGS-isoc99_fscanf.c += -fexceptions
414 CFLAGS-isoc99_scanf.c += -fexceptions
416 CFLAGS-dprintf.c += $(config-cflags-wno-ignored-attributes)
418 # scanf14a.c and scanf16a.c test a deprecated extension which is no
419 # longer visible under most conformance levels; see the source files
420 # for more detail.
421 CFLAGS-scanf14a.c += -std=gnu89
422 CFLAGS-scanf16a.c += -std=gnu89
424 CFLAGS-bug3.c += -DOBJPFX=\"$(objpfx)\"
425 CFLAGS-bug4.c += -DOBJPFX=\"$(objpfx)\"
426 CFLAGS-bug5.c += -DOBJPFX=\"$(objpfx)\"
427 CFLAGS-test-fseek.c += -DOBJPFX=\"$(objpfx)\"
428 CFLAGS-test-popen.c += -DOBJPFX=\"$(objpfx)\"
429 CFLAGS-test_rdwr.c += -DOBJPFX=\"$(objpfx)\"
431 # tst-gets.c tests a deprecated function.
432 CFLAGS-tst-gets.c += -Wno-deprecated-declarations
434 # BZ #11319 was first fixed for regular vdprintf, then reopened because
435 # the fortified version had the same bug.
436 CFLAGS-tst-bz11319-fortify2.c += -D_FORTIFY_SOURCE=2
438 CFLAGS-tst-memstream-string.c += -fno-builtin-fprintf
440 CPPFLAGS += $(libio-mtsafe)
442 $(objpfx)tst-setvbuf1.out: /dev/null $(objpfx)tst-setvbuf1
443 $(test-program-cmd) > $@ 2>&1; \
444 $(evaluate-test)
446 $(objpfx)tst-setvbuf1-cmp.out: tst-setvbuf1.expect $(objpfx)tst-setvbuf1.out
447 cmp $^ > $@; \
448 $(evaluate-test)
450 $(objpfx)tst-printf-round: $(libm)
451 $(objpfx)tst-scanf-round: $(libm)