commit | 246a63ad0a7e68b283f830ac3e4920f435a9968e | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Mon Mar 17 14:50:38 2025 -0600 |
committer | Tom Tromey <tom@tromey.com> | Tue Mar 18 05:30:50 2025 -0600 |
tree | f79865c2ac86cc98cb6a2569ee7d0e61fdd71966 | |
parent | 57d2ceb311aaaf02fe6fae194e1280001a087b6f [diff] |
Use scoped_fd in linux-nat.c:proc_mem_file This changes linux-nat.c:proc_mem_file to use a scoped_fd and fixes up the users. Regression tested on x86-64 Fedora 40. Approved-by: Kevin Buettner <kevinb@redhat.com>