next -> master #30

Open
crtxcr wants to merge 0 commits from next into master
Owner
No description provided.
crtxcr added 2 commits 2022-01-29 23:06:48 +01:00
crtxcr added 2 commits 2022-01-30 10:46:19 +01:00
crtxcr added 16 commits 2022-03-17 15:47:28 +01:00
crtxcr force-pushed next from 1d6861944c to 3fa73b0b97 2022-07-17 13:01:25 +02:00 Compare
crtxcr added 2 commits 2022-08-16 23:13:36 +02:00
crtxcr added 3 commits 2022-10-23 19:55:32 +02:00
ff60ec227d perform_mounts(): Fix potential leak and fix iteration
We would not free 'concat_path' in all potential paths.
Also, the iteration would not continue potentially.

This was case unlikely to be hit in practise.
This branch is already included in the target branch. There is nothing to merge.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b next master
git pull origin next

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff next
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
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: crtxcr/exile.h#30
No description provided.