Files
crun/python
Mattéo Delabre 270961fbd6 python: Fix argument type in container_delete
In `container_delete`, the type used for the `force` boolean should be
`b` (a single unsigned byte) instead of `n` (the size of `size_t`).
This incorrect type can cause the neighboring `id` argument to be
overwritten with a NULL value, which makes the container deletion fail.

Signed-off-by: Mattéo Delabre <git.matteo@delab.re>
2022-10-07 11:12:51 -04:00
..