summaryrefslogtreecommitdiffstats
path: root/modalias.c
Commit message (Collapse)AuthorAgeFilesLines
* fix double free introduced by titi in r2580 (and by the way, there was no ↵Olivier Blin2012-01-051-1/+0
| | | | leak in r226763, it has been introduced later on)
* (set_default_alias_file) plug a small memleakThierry Vignaud2012-01-051-0/+2
| | | | introduced in 226763 by blino on 2007-08-31 ("avoid a useless alloc + free")
* (modalias_resolve_module, pciusb_find_modules) use saner API for quieting ↵Thierry Vignaud2011-11-211-1/+1
| | | | libmodprobe
* (modalias_resolve_module) make sure to behave properly on errors in ↵Thierry Vignaud2011-11-211-1/+1
| | | | libmodprobe (#3309)
* make libmodprobe.so quietThierry Vignaud2011-10-181-0/+4
|
* kill now useless free_*() functionsThierry Vignaud2011-10-181-40/+0
|
* adapt to new module-init-tools-3.16's APIThierry Vignaud2011-10-181-13/+28
|
* Check arguments for NULL in free functionsChristophe Fergeau2009-04-031-0/+8
|
* Leak less memory returned from libmodprobeChristophe Fergeau2009-04-031-3/+56
|
* Move modalias parsing code to generic codeChristophe Fergeau2009-04-031-0/+87