[procfs] /proc/.../map file descriptor leak
authorJoel Brobecker <brobecker@gnat.com>
Thu, 10 Nov 2011 16:36:18 +0000 (16:36 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 10 Nov 2011 16:36:18 +0000 (16:36 +0000)
commit0a86f36427b729c3b7dfa5a9142848db9877ddc0
treef8db270640cc485aa265cdb6a6c2a7172e29f129
parent9bc118a5d44548773b26f6a7f186f14009f00786
[procfs] /proc/.../map file descriptor leak

When opening the procfs map file, we create a cleanup routine to make
sure that the associated file descriptor gets closed, but we never
call the cleanup. So the FD gets leaked.

gdb/ChangeLog:

        * procfs.c (iterate_over_mappings): Call do_cleanups before
        returning.
gdb/ChangeLog
gdb/procfs.c
This page took 0.025873 seconds and 4 git commands to generate.