| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
We already do this for the other kernel interfaces.
Fixes e1e88d5adde0 ("libipsec: Don't attempt deletion of any non-IPsec policies")
|
|
|
|
|
| |
Triggered by -Wextra for many INIT usages where we only partially
initialize a struct.
|
| |
|
|
|
|
|
|
|
|
| |
In Java all integer types are signed, when a negative integer is casted
to a larger type (e.g. int to long) then due to sign extension the upper
bytes are not 0. So writing that value to a byte array does not produce
the expected result. By overloading the putX() methods we make sure to
upcast the values correctly.
|
|
This uses a manual way to trigger the NDK build (the default with
on-the-fly Android.mk files does not work for us).
|