mirror of https://github.com/torvalds/linux.git
The wavefront_send_sample() function has an integer overflow issue
when validating sample size. The header->size field is u32 but gets
cast to int for comparison with dev->freemem
Fix by using unsigned comparison to avoid integer overflow.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| wavefront.c | ||
| wavefront_fx.c | ||
| wavefront_midi.c | ||
| wavefront_synth.c | ||