Hi
On Fri, Sep 12, 2014 at 3:49 PM, wrote:
> From: Philippe De Swert
>
> The line under the last switch statement *loaded_policy = true;
> would never be executed. As all switch cases return 0. Thus the
> policy would never be marked as loaded.
>
> Found with Coverity. Fixes: CID#1237785
Look
From: Philippe De Swert
The line under the last switch statement *loaded_policy = true;
would never be executed. As all switch cases return 0. Thus the
policy would never be marked as loaded.
Found with Coverity. Fixes: CID#1237785
---
src/core/smack-setup.c | 2 +-
1 file changed, 1 insertion