March 23, 2015
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 5f1ab797174332f57eba62689970b79052d53dfc
      https://github.com/D-Programming-Language/phobos/commit/5f1ab797174332f57eba62689970b79052d53dfc
  Author: Steven Schveighoffer <schveiguy@yahoo.com>
  Date:   2015-03-23 (Mon, 23 Mar 2015)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Make sure the free'd lineptr doesn't leave a dangling pointer.


  Commit: f77b38705bd12395c5a62f3bd4567a2935debbf1
      https://github.com/D-Programming-Language/phobos/commit/f77b38705bd12395c5a62f3bd4567a2935debbf1
  Author: Andrei Alexandrescu <andrei@erdani.com>
  Date:   2015-03-23 (Mon, 23 Mar 2015)

  Changed paths:
    M std/stdio.d

  Log Message:
  -----------
  Merge pull request #3098 from schveiguy/fixreadlnmem

Make sure the free'd lineptr doesn't leave a dangling pointer.


Compare: https://github.com/D-Programming-Language/phobos/compare/f9c309feb45d...f77b38705bd1