netlabel: handle sparse category maps in netlbl_catmap_getlong()
authorPaul Moore <paul@paul-moore.com>
Thu, 9 Jun 2016 14:56:02 +0000 (10:56 -0400)
committerPaul Moore <paul@paul-moore.com>
Thu, 9 Jun 2016 14:56:02 +0000 (10:56 -0400)
commit50b8629a606b876e2df000699d68904f239dcfeb
treece6b93d5c9c1a9c709cd109ccdcee0b27a48beee
parent8bebe88c0995f331b0614f413285ce2b1d6fe09c
netlabel: handle sparse category maps in netlbl_catmap_getlong()

In cases where the category bitmap is sparse enough that gaps exist
between netlbl_lsm_catmap structs, callers to netlbl_catmap_getlong()
could find themselves prematurely ending their search through the
category bitmap.  Further, the methods used to calculate the 'idx'
and 'off' values were incorrect for bitmaps this large.  This patch
changes the netlbl_catmap_getlong() behavior so that it always skips
over gaps and calculates the index and offset values correctly.

Signed-off-by: Paul Moore <paul@paul-moore.com>
net/netlabel/netlabel_kapi.c