~registry/kmod/master

  • Committer: Lucas De Marchi
  • Author(s): Emil Velikov
  • Date: 2024-04-30 17:33:52 UTC
  • Revision ID: git-v1:03da2db1358f5ae3b50596f04e5e05bcf7a48fee
libkmod: remove kmod_file::{zstd,xz}_used flags

These are used to protect a free(file->memory), within their respective
unload functions. Where the sole caller of the unload function already
does a NULL check prior.

Even so, free(NULL) is guaranteed to be safe by the standard.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Filename Latest Rev Last Changed Committer Comment Size
..
.gitignore 863 10 years ago Lucas De Marchi build-sys: add small redirecting Makefiles These 29 bytes Diff Download File
depmod.8.xml 1322 8 months ago Lucas De Marchi man: silence autoconf warnings Currently we have 11.6 KB Diff Download File
depmod.d.5.xml 1322 8 months ago Lucas De Marchi man: silence autoconf warnings Currently we have 6.2 KB Diff Download File
insmod.8.xml 1322 8 months ago Lucas De Marchi man: silence autoconf warnings Currently we have 2.6 KB Diff Download File
kmod.8.xml 1322 8 months ago Lucas De Marchi man: silence autoconf warnings Currently we have 3.3 KB Diff Download File
lsmod.8.xml 1322 8 months ago Lucas De Marchi man: silence autoconf warnings Currently we have 1.9 KB Diff Download File
Makefile.am 1322 8 months ago Lucas De Marchi man: silence autoconf warnings Currently we have 997 bytes Diff Download File
modinfo.8.xml 1322 8 months ago Lucas De Marchi man: silence autoconf warnings Currently we have 6.3 KB Diff Download File
modprobe.8.xml 1322 8 months ago Lucas De Marchi man: silence autoconf warnings Currently we have 19 KB Diff Download File
modprobe.d.5.xml 1322 8 months ago Lucas De Marchi man: silence autoconf warnings Currently we have 10.7 KB Diff Download File
modules.dep.5.xml 1322 8 months ago Lucas De Marchi man: silence autoconf warnings Currently we have 2.6 KB Diff Download File
rmmod.8.xml 1322 8 months ago Lucas De Marchi man: silence autoconf warnings Currently we have 4.1 KB Diff Download File