From noreply at github.com Wed Aug 23 22:09:13 2017 From: noreply at github.com (GitHub) Date: Wed, 23 Aug 2017 13:09:13 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] d73ec2: Try to avoid parse_{time, units, flags} symbol confl... Message-ID: <599de0e9a04a1_e9d3f82e6c35c3c60741@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: d73ec2510ac2b1f86cf03a30b903034b7a446f83 https://github.com/heimdal/heimdal/commit/d73ec2510ac2b1f86cf03a30b903034b7a446f83 Author: Viktor Dukhovni 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. From noreply at github.com Wed Aug 23 22:10:40 2017 From: noreply at github.com (GitHub) Date: Wed, 23 Aug 2017 13:10:40 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] 766e6c: Avoid potential memory leak in krb5_sendto_set_hos... Message-ID: <599de140834a4_401f3fe152ae5c2c667d1@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: 766e6cda8af38d4ef4194b283b3043b1dd056c5d https://github.com/heimdal/heimdal/commit/766e6cda8af38d4ef4194b283b3043b1dd056c5d Author: Viktor Dukhovni Date: 2017-08-23 (Wed, 23 Aug 2017) Changed paths: M lib/krb5/send_to_kdc.c Log Message: ----------- Avoid potential memory leak in krb5_sendto_set_hostname If the hostname was already set, a typo in a test meant we were not freeing it. While we're at it, handle the unlikely possibility that the existing pointer is passed as the new value. From noreply at github.com Wed Aug 23 23:06:42 2017 From: noreply at github.com (GitHub) Date: Wed, 23 Aug 2017 14:06:42 -0700 Subject: [Heimdal-source-changes] [heimdal/heimdal] aef384: Add missing semicolons Message-ID: <599dee623d385_39ea3fb953b19c2473348@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/heimdal/heimdal Commit: aef3843b552c4694cdfe99cca2896579561a1a2c https://github.com/heimdal/heimdal/commit/aef3843b552c4694cdfe99cca2896579561a1a2c Author: Viktor Dukhovni Date: 2017-08-23 (Wed, 23 Aug 2017) Changed paths: M lib/roken/version-script.map Log Message: ----------- Add missing semicolons