kmod - Linux kernel module handling
Go to file
Lucas De Marchi cb51a641d6 depmod: fix string overflow
Use scratchbuf to fix issue with strcpy that may overflow the buffer we
declared in the stack.
2016-08-15 10:26:42 -03:00
libkmod libkmod: fix use of strcpy 2016-08-08 11:42:52 -03:00
m4 build: add function to build string of features 2015-06-08 22:37:10 -03:00
man kmod: fix small typo in rmmod(8) 2015-06-08 22:46:42 -03:00
shared Add scratchbuf implementation 2016-08-15 10:26:42 -03:00
shell-completion/bash
testsuite Add scratchbuf implementation 2016-08-15 10:26:42 -03:00
tools depmod: fix string overflow 2016-08-15 10:26:42 -03:00
.gitignore build: use dolt 2015-03-05 13:14:36 -03:00
.travis.yml travis: workaround bug in environment setup 2016-01-11 11:19:36 -02:00
autogen.sh
bootstrap build-sys: set -e separately, rather than putting -e in the shebang line 2014-12-25 23:41:34 -02:00
bootstrap-configure
CODING-STYLE CODING-STYLE: add include order 2015-01-14 12:35:04 -02:00
configure.ac kmod 23 2016-07-20 01:38:42 -03:00
COPYING Clarify what licences apply where 2014-10-09 01:26:34 -03:00
Makefile.am Add scratchbuf implementation 2016-08-15 10:26:42 -03:00
NEWS NEWS: add items for kmod 23 2016-06-28 15:28:47 -03:00
README README: add link to patchwork 2016-05-24 11:45:25 -03:00
README.md Add README.md file with build details 2015-06-11 14:45:50 -03:00
TODO Update TODO 2015-03-01 14:16:59 -03:00

kmod - Linux kernel module handling

Build Status
Coverity Scan Status

This is a mirror only. Please see README file for more information.