Skip to content

Commit 2c3f2db

Browse files
committed
mountify 166
$ git log --pretty=format:%s 165..HEAD --reverse LKM: address potential buffer overflow on sprint_symbol use LKM: fix sb->s_id use-after-free LKM: update prebuilts to d27c085 Signed-off-by: backslashxx <[email protected]>
1 parent a0a1989 commit 2c3f2db

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
Globally mounted modules and whiteouts via OverlayFS.
33

44
## Changelog
5+
## 166
6+
- LKM: fix sb->s_id use-after-free
7+
- LKM: update prebuilts to d27c085
8+
59
## 165
610
- webui/js: create flag with our own metadata
711
- scripts/uninstall: remove flags create by mountify webui
812

9-
## 164
10-
- webui: multiple improvements
11-
- webui: expose advanced options
12-
1313
### Full Changelog
1414
- [Commit history](https://github.com/backslashxx/mountify/commits/master/)

module/module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=mountify
22
name=mountify
3-
version=v1.6.5
4-
versionCode=165
3+
version=v1.6.6
4+
versionCode=166
55
author=xx, KOWX712
66
description=Globally mounted modules via OverlayFS.
77
updateJson=https://raw.githubusercontent.com/backslashxx/mountify/master/update.json

update.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v1.6.5",
3-
"versionCode": 165,
2+
"version": "v1.6.6",
3+
"versionCode": 166,
44
"zipUrl": "https://github.com/backslashxx/mountify/releases/latest/download/mountify.zip",
55
"changelog": "https://raw.githubusercontent.com/backslashxx/mountify/refs/heads/master/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)