https://bugs.kde.org/show_bug.cgi?id=493433

Mark Wielaard <m...@klomp.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|CONFIRMED                   |RESOLVED

--- Comment #15 from Mark Wielaard <m...@klomp.org> ---
commit 4c78562419ce2c9b6a21a3c9dfc9bf90638c9649
Author: Alexandra Hájková <ahajk...@redhat.com>
Date:   Wed Nov 20 12:00:47 2024 -0500

    Add --modify-fds=[no|high] option

    Normally a newly recreated file descriptor gets the lowest number
    available. This might cause old file descriptor numbers to be reused
    and hides bad file descriptor accesses (because the old number is
    new again).

    When enabled, when the program opens a new file descriptor,
    the highest available file descriptor is returned instead of the
    lowest one.

    Add the none/tests/track_new.stderr.exp test to test this new option.

    Adjust none/tests/filter_fdleak to filter the track_new.vgtest,
    removing some internal glibc functions from the backtraces and remove
    symbol versioning. The output of the use_after_close test also had to
    be adjusted. Also adjust the none/tests/cmdline1 and
    none/tests/cmdline2 output as the new --modify-fds=no|high is
    displayed.

    https://bugs.kde.org/show_bug.cgi?id=493433

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to