shithub: ext4srv

Download patch

ref: a875b1c2e05d20b03887869c1b1588dbe43eba97
parent: 9790e52108b1e347e31898261440688d7abdc6f2
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Mon Jan 18 06:50:45 EST 2021

fix non-writable root

--- a/ext4srv.c
+++ b/ext4srv.c
@@ -326,6 +326,7 @@
 	}
 	free(s);
 	s = q;
+	cleanname(s);
 	if(ext4_inode_exist(s, EXT4_DE_UNKNOWN) == 0){
 		err = "already exists";
 		goto error;