Fix stale cleanup left by linux_mntns_access_fs
This commit fixes a stale cleanup left by linux_mntns_access_fs. gdb/ChangeLog: * nat/linux-namespaces.c (linux_mntns_access_fs): Do not overwrite old_chain.
This commit is contained in:
parent
d02603dc20
commit
f36b87190a
@ -1,3 +1,8 @@
|
||||
2015-08-21 Gary Benson <gbenson@redhat.com>
|
||||
|
||||
* nat/linux-namespaces.c (linux_mntns_access_fs):
|
||||
Do not overwrite old_chain.
|
||||
|
||||
2015-08-20 Max Filippov <jcmvbkbc@gmail.com>
|
||||
|
||||
* arch/xtensa.h: New file.
|
||||
|
@ -894,7 +894,7 @@ linux_mntns_access_fs (pid_t pid)
|
||||
if (fd < 0)
|
||||
goto error;
|
||||
|
||||
old_chain = make_cleanup_close (fd);
|
||||
make_cleanup_close (fd);
|
||||
|
||||
if (fstat (fd, &sb) != 0)
|
||||
goto error;
|
||||
|
Loading…
Reference in New Issue
Block a user