A recent Coverity scan pointed out an integer overflow issue in libapparmor's internal load_features_file() function. That issue is fixed in the first patch. The second patch is a cleanup to consistently use size_t in a number of areas dealing with buffer sizes. Tyler