libkmod: fix address argument to mmap calls
authorKees Cook <keescook@chromium.org>
Mon, 18 Feb 2013 20:02:34 +0000 (12:02 -0800)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 19 Feb 2013 22:19:51 +0000 (19:19 -0300)
commitc3e8d269466ab02e4c4a928f9f5af222f1138725
tree31706870d67e976313fe7171b159da649a7d27d9
parente87352d289aa19ed388e9e19507d86a39936f3b4
libkmod: fix address argument to mmap calls

The first argument to mmap should be "NULL" instead of "0".
libkmod/libkmod-file.c
libkmod/libkmod-index.c