From cc322ddd16607c0c8e978e5003008344e2710ec9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 4 Jul 2012 13:01:56 +0200 Subject: date: fails to diagnose invalid input date -d "$(printf '\xb0')" would print 00:00:00 with today's date rather than diagnosing the invalid input. Now it reports this: date: invalid date '\260' * gnulib: Update submodule to latest for fixed parse-datetime.y. * tests/misc/date [invalid-high-bit-set]: New test. * NEWS (Bug fixes): Mention it. * bootstrap, tests/init.sh: Also update to latest. Reported by Peter Evans in http://bugs.gnu.org/11843 --- gnulib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnulib') diff --git a/gnulib b/gnulib index 70a9bd65b..d8f90adf5 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 70a9bd65b77ec4e516f500e7348bc1c332d91ea5 +Subproject commit d8f90adf5f01512958b6da46bd5eea01294a434e -- cgit v1.2.3-54-g00ecf