annotate modules/safe-alloc @ 14730:f0a9a2cd267c
fclose: preserve fflush errors
Caught by gcc -Werror=unused-but-set-variable.
* lib/fclose.c (rpl_fclose): Don't lose fflush errors.
Reported by Jim Meyering.
Signed-off-by: Eric Blake <eblake@redhat.com>
author |
Eric Blake <eblake@redhat.com> |
date |
Wed, 11 May 2011 11:35:06 -0600 |
parents |
af090b4101b4 |
children |
c1518e50c76f |
rev |
line source |
11173
|
1 Description: |
|
2 A set of macros to make calls to alloc/calloc/realloc safer. |
|
3 |
|
4 Files: |
|
5 lib/safe-alloc.h |
|
6 lib/safe-alloc.c |
|
7 m4/safe-alloc.m4 |
|
8 |
|
9 configure.ac: |
|
10 gl_SAFE_ALLOC |
|
11 |
|
12 Makefile.am: |
|
13 |
|
14 Include: |
|
15 "safe-alloc.h" |
|
16 |
|
17 License: |
|
18 LGPLv2+ |
|
19 |
|
20 Maintainer: |
|
21 David Lutterkort |