# HG changeset patch # User Bruno Haible # Date 1525545175 -7200 # Node ID 2d99ceb73d4baadb7abb9bbaeb69c336797f1ecf # Parent ee78086c564a96daa011ca9538562438268d10c9 Fix order of most recent ChangeLog entries. diff -r ee78086c564a -r 2d99ceb73d4b ChangeLog --- a/ChangeLog Sat May 05 11:08:08 2018 -0700 +++ b/ChangeLog Sat May 05 20:32:55 2018 +0200 @@ -1,9 +1,3 @@ -2018-05-05 Bruno Haible - - af_alg: Fix bug on empty files. - * lib/af_alg.c (afalg_stream): Ignore the kernel's result if the input - stream is empty. - 2018-05-05 Paul Eggert crypto tests: pacify GCC @@ -15,6 +9,14 @@ decl-after-statement, since we’re already assuming C99. Clarify by strengthening the bind test and omit unnecessary assignment. +2018-05-05 Bruno Haible + + af_alg: Fix bug on empty files. + * lib/af_alg.c (afalg_stream): Ignore the kernel's result if the input + stream is empty. + +2018-05-05 Paul Eggert + sys-limits.h: new file for crypto and safe I/O * lib/af_alg.c: Include sys-limits.h. (MAX_RW_COUNT): Remove. Use replaced by SYS_BUFSIZE_MAX.