|
Ran
|
Jobs
1
|
Files
306
|
Run time
26s
|
Badge
README BADGES
|
push
travis-ci
func: fix use after free on function unload Functions are stored in lists inside module objects. Module objects are stored in a hash table, where key is a package name. But the key was a pointer at one of module's function definition object. Therefore, when that function was deleted, its freed package name memory was still in the hash key, and could be accessed, when another function was deleted. Now module does not use memory of its functions, and keep a copy of the package name. (cherry picked from commit fa2893eab)
41692 of 50550 relevant lines covered (82.48%)
771765.39 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 4 | 19534.4 (TARGET=coverage) | 0 |
82.48 |
Travis Job 19534.4 |