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

--- Comment #2 from Alexandra Hajkova <ahajk...@redhat.com> ---
Created attachment 178266
  --> https://bugs.kde.org/attachment.cgi?id=178266&action=edit
patch

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

    Normally a newly recreated file descriptor gets the lowest available
    number.  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.

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

Reply via email to