Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Small fixes. #721

Closed
wants to merge 2 commits into from
Closed

Small fixes. #721

wants to merge 2 commits into from

Commits on Feb 26, 2013

  1. Changes:

      - _inet.c:64_ `l` is unsigned so checking for `<= 0` is pointless.
      - _unix/getaddrinfo.c:152_ `buf` is never free'd.
      - _win/fs.c:1051_ `buf` is never free'd.
      - _win/tty.c:99_ `handle` is assigned a value in line 103.
      - _win/tty.c:989_ `FOREGROUND_RED` is bitwise-OR'd with `FOREGROUND_RED`.
    BlueHaunter committed Feb 26, 2013
    Copy the full SHA
    32f1cf2 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2013

  1. Revert _unix/getaddrinfo.c:152_

    @bnoordhuis says that the memory is free'd but the logic isn't immediately
    obvious.
    BlueHaunter committed Feb 27, 2013
    Copy the full SHA
    a543166 View commit details
    Browse the repository at this point in the history