[Heimdal-source-changes] [heimdal/heimdal] d73ec2: Try to avoid parse_{time, units, flags} symbol confl...

GitHub noreply at github.com
Ons Aug 23 22:09:13 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: d73ec2510ac2b1f86cf03a30b903034b7a446f83
      https://github.com/heimdal/heimdal/commit/d73ec2510ac2b1f86cf03a30b903034b7a446f83
  Author: Viktor Dukhovni <ietf-dane at dukhovni.org>
  Date:   2017-08-23 (Wed, 23 Aug 2017)

  Changed paths:
    M lib/roken/parse_time.c
    M lib/roken/parse_time.h
    M lib/roken/parse_units.c
    M lib/roken/parse_units.h
    M lib/roken/version-script.map

  Log Message:
  -----------
  Try to avoid parse_{time,units,flags} symbol conflicts

On Debian stretch systems PAM modules linked against Heimdal run into
symbol conflicts with parse_time() in systemd libraries.  We redefine
parse_time() and friends to rk_parse_time(), ... while keeping the old
names for ABI compatibility with existing clients.

The legacy names should eventually be droppped.




More information about the Heimdal-source-changes mailing list