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

            Bug ID: 486569
           Summary: linux inotify_init syscall wrapper missing POST entry
                    in syscall_table
    Classification: Developer tools
           Product: valgrind
           Version: 3.22 GIT
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: jsew...@acm.org
          Reporter: pjfl...@wanadoo.fr
  Target Milestone: ---

>From the developers mailing list

Daniel Pouzzner

coregrind/m_syswrap/syswrap-amd64-linux.c and friends have

   LINX_(__NR_inotify_init,  sys_inotify_init),

but it's supposed to be

   LINXY(__NR_inotify_init,      sys_inotify_init),

(POST(sys_inotify_init) is already properly defined and works right.)

Interestingly, this bug only became apparent with release 3.23.0.  v3.22.0 has
the same behavior around PRE/POST -- no call to POST(sys_inotify_init) -- but
doesn't generate any false positive "already closed" errors.

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

Reply via email to