summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMike Strosaker <strosake@linux.vnet.ibm.com>2015-03-31 14:02:17 -0500
committerPaul Moore <pmoore@redhat.com>2015-05-06 14:52:37 -0400
commit4367b1b4f94ca1e0c0606ff85622f2ecb1a9c278 (patch)
tree4c72043da44c2deb0e422506cc2b9fb90dc28c27 /tools
parentd32ef67e87ae4005e6456d17c071dbd410d957ea (diff)
downloadlibseccomp-4367b1b4f94ca1e0c0606ff85622f2ecb1a9c278.tar.gz
python: ensure attributes are treated as 32 bits
Retrieving attributes using the Python bindings fails on some platforms. The attributes are encoded in a 32-bit mask. Python variables are usually larger (64 bits); Cython is not capable of recognizing that it should only use a 32-bit number on every platform. This patch ensures that the variable used to store the value of the attribute is only 32 bits. Signed-off-by: Michael Strosaker <strosake@linux.vnet.ibm.com> Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions