From a09183aed7bb8ace211e042b2e6e982bcc004957 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 19 Dec 2022 12:40:45 +0100 Subject: getdelim: ensure error indicator is set on error (bug 29917) POSIX requires that getdelim and getline set the error indicator on the stream when an error occured, in addition to setting errno. --- libio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libio/Makefile') diff --git a/libio/Makefile b/libio/Makefile index 64398ab1ee..9c69a85c87 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -66,7 +66,7 @@ tests = tst_swprintf tst_wprintf tst_swscanf tst_wscanf tst_getwc tst_putwc \ tst-fwrite-error tst-ftell-partial-wide tst-ftell-active-handler \ tst-ftell-append tst-fputws tst-bz22415 tst-fgetc-after-eof \ tst-sprintf-ub tst-sprintf-chk-ub tst-bz24051 tst-bz24153 \ - tst-wfile-sync tst-bz28828 + tst-wfile-sync tst-bz28828 tst-getdelim tests-internal = tst-vtables tst-vtables-interposed -- cgit v1.2.3