In the Linux kernel, the following vulnerability has been resolved: mISDN: Fix memory leak in dsp_pipeline_build() dsp_pipeline_build() allocates dup pointer by kstrdup(cfg), but then it updates dup variable by strsep(&dup, "|"). As a result when it calls kfree(dup), the dup variable contains NULL. Found by Linux Driver Verification project (linuxtesting.org) with SVACE.
| Product | Vendor | Version |
|---|---|---|
| Linux | Linux | 5.0.2 |
| Linux | Linux | 5.0 |
| Linux | Linux | Windows Server 2016 |
| Linux | Linux | Windows 10 Version 1703 for x64-based Systems |