Actions
Bug #2058
openaccess_info_init() does not set nullptr access unit
Start date:
06/20/2026
Due date:
% Done:
0%
Estimated time:
Description
access_info_init() does nothing when the new access_unit is nullptr. It should clear the old access_unit in that case.
Files
Updated by Marko Lindqvist 4 days ago
- File 0038-client-Close-old-access_info-before-reinitializing-i.patch 0038-client-Close-old-access_info-before-reinitializing-i.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
It seems to be part of caller side jobs. Server side already calls access_info_close() before access_info_init(). Attached patch does it also on the client side.
Updated by Marko Lindqvist 4 days ago
- Blocked by Feature #2054: Client-side access_info initialization added
Actions