summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2017-02-23 23:32:51 -0800
committerLucas De Marchi <lucas.demarchi@intel.com>2017-02-23 23:32:51 -0800
commitef4257b59c4307b8c627d89f3c7f1feedb32582f (patch)
tree9678ecc0ee37f2ad493e47dbe9589965aef15e88 /NEWS
parent6ee28136024d70b4497d1ea57d1dcf1c7f1cb52f (diff)
downloadkmod-ef4257b59c4307b8c627d89f3c7f1feedb32582f.tar.gz
kmod 24v24
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0b45e5d..d268872 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+kmod 24
+=======
+
+- Improvements:
+ - Add more information on dependency loop
+
+ - Sanitize use of strcpy and allow to grow from small strings on stack
+ (common case) to bigger strings on heap when needed
+
+- Bug fixes
+ - Fix wrong dependency loops being reported by depmod
+
+ - Fix crashes when reporting dependency loops
+
+ - Fix parsing kernel command line containing quotes
+
+ - Fix leaks on error paths
+
kmod 23
=======