[krbdev.mit.edu #7961] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Tue Jul 8 20:17:05 EDT 2014


Define k5-platform.h wrapper for strerror_r

On systems where strerror_r is not the POSIX version, define it to
k5_strerror_r.  Implement k5_strerror_r in libkrb5support using
strerror_s, strerror, or the GNU strerror_r as appropriate.

https://github.com/krb5/krb5/commit/6351586a771e9a99e1e946cc9a0b6a87bbb14094
Author: Greg Hudson <ghudson at mit.edu>
Commit: 6351586a771e9a99e1e946cc9a0b6a87bbb14094
Branch: master
 src/aclocal.m4                                |    2 +-
 src/configure.in                              |    3 +-
 src/include/k5-platform.h                     |    6 ++
 src/util/support/Makefile.in                  |    5 +-
 src/util/support/libkrb5support-fixed.exports |    1 +
 src/util/support/strerror_r.c                 |   96 +++++++++++++++++++++++++
 6 files changed, 110 insertions(+), 3 deletions(-)



More information about the krb5-bugs mailing list