[Heimdal-source-changes] [heimdal/heimdal] 6aece8: getauxval: fall through to auxv gfter getauxval er...

GitHub noreply at github.com
Ons Apr 4 18:54:15 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: 6aece8ea060fc331cf376ed8fd78b066e2d8f70f
      https://github.com/heimdal/heimdal/commit/6aece8ea060fc331cf376ed8fd78b066e2d8f70f
  Author: Daria Phoebe Brashear <dariaphoebe at auristor.com>
  Date:   2018-04-04 (Wed, 04 Apr 2018)

  Changed paths:
    M lib/roken/getauxval.c

  Log Message:
  -----------
  getauxval: fall through to auxv gfter getauxval errno test

if when we need to determine if getauxval sets errno, we determine it doesn't
after getting a 0 return code, make sure we return a value, since we didn't
previously. fall through to code we'd otherwise have called in this case
above.


  Commit: dcc880cf7c308cbb309ab6f824ad118b29c11181
      https://github.com/heimdal/heimdal/commit/dcc880cf7c308cbb309ab6f824ad118b29c11181
  Author: Jeffrey Altman <jaltman at auristor.com>
  Date:   2018-04-04 (Wed, 04 Apr 2018)

  Changed paths:
    M lib/roken/issuid.c

  Log Message:
  -----------
  roken: issuid always call rk_getauxval

Instead of calling getauxval(), always call rk_getauxval() to ensure consistent behavior within roken.


Compare: https://github.com/heimdal/heimdal/compare/7ee3cc685511...dcc880cf7c30


More information about the Heimdal-source-changes mailing list