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

Mark Wielaard <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Mark Wielaard <[email protected]> ---
- Missing NEWS entry
- vki-scnums-shared-linux.h defines shared _NR constants. OK
- vki-linux.h defines new vki_lsm_ctx. OK
- priv_syswrap-linux.h defines templates for sm_[get|set]_self_attr. OK
- syswrap-*-linux.c defines all PRE/POST handlers for sm_[get|set]_self_attr.
OK
- Note in lsm_get_self_attr PRE handler that size (ARG3) is a pointer to an u32
that is being read and written to.
  So it needs to be checked whether it is valid memory.
- lsm_get_self_attr POST, same comment, so needs to use *ARG3.
- lsm_set_self_attr PRE handler is missing a
PRE_MEM_READ("lsm_get_self_attr(ctx)", ARG2, ARG3);
  (here it isn't a pointer to size, so can be used directly)

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

Reply via email to