Actions
Feature #14
closedastr_reserve(): Stop asserting non-NULLness of nonnull parameter
Start date:
12/02/2023
Due date:
% Done:
0%
Estimated time:
Description
astr_reserve() has 'astr' parameter with nonnull attribute, and it also asserts that it's not NULL. Drop the assert to fix nonnull compiler warning about the check.
Files
Updated by Marko Lindqvist 12 months ago
- File 0013-astr_reserve-Drop-assert-of-parameter-with-nonnull-a.patch 0013-astr_reserve-Drop-assert-of-parameter-with-nonnull-a.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
Updated by Marko Lindqvist 12 months ago
- Status changed from In Review to Closed
Actions