inflow.c: Do not leak tty.
authorAlexandra Hájková <ahajkova@redhat.com>
Tue, 11 May 2021 07:47:42 +0000 (09:47 +0200)
committerAlexandra Hájková <ahajkova@redhat.com>
Wed, 19 May 2021 08:05:19 +0000 (10:05 +0200)
commitb534617fd56d260d8d6c6c40124390ce72af476a
tree769bb0b91f834cf5f8f9dcf4851ca389b989243c
parent1b3892bedc7674dfd86b1b0285951271cd82de63
inflow.c: Do not leak tty.

In a case open() returns 0 tty might be leaked. While 0 should be
stdin (and therefore is an unlikely return value from open()), it's
still the case that the test should be for non-negative return values
from open().

gdb/ChangeLog:

2021-05-11 Alexandra Hájková <ahajkova@redhat.com>

* inflow.c (new_tty): Do not leak tty.
gdb/ChangeLog
gdb/inflow.c