This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] rpcgen: make error() helper into a varargs func


On 02/28/2017 09:20 PM, Mike Frysinger wrote:
> A minor clean up to the code to avoid fixed buffers for output messages
> and to make error() more useful internally.
> ---
>  sunrpc/proto.h     |  2 +-
>  sunrpc/rpc_parse.c | 13 ++-----------
>  sunrpc/rpc_scan.c  | 13 +++----------
>  sunrpc/rpc_util.c  | 28 ++++++++++++----------------
>  sunrpc/rpc_util.h  |  2 +-
>  5 files changed, 19 insertions(+), 39 deletions(-)

Patch is okay (with a ChangeLog entry).  This seems to fix a
user-visible bug (sprintf crash), so it probably deserves a bug in Bugzilla.

Thanks,
Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]