File I/O error when calling runtime_exists() from libglacier #1

Closed
opened 2024-11-20 09:51:01 -05:00 by lw-everestlinux · 1 comment
No description provided.
lw-everestlinux added the
bug
label 2024-11-20 09:51:01 -05:00
Author
Owner

Fixed: changed the following code at line 78:

runtime_exists();
if (errno != 0) { exit(1); }

This fix will be included in the next release

Fixed: changed the following code at line 78: ``` runtime_exists(); if (errno != 0) { exit(1); } ``` This fix will be included in the next release
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: EverestLinux/glacier#1
No description provided.