bas-t / dvbloopback

Loopback in-tree kernel driver for DVB devices
GNU General Public License v3.0
6 stars 9 forks source link

Stack corruption in dvblb_usercopy #10

Closed HSchill closed 7 years ago

HSchill commented 7 years ago

Since most part of the code assume that "parg" is a contious pice of memory when FE_SET_PROPERTY / FE_GET_PROPERTY is used It doesn't work with tvps->props attached as a pointer it will be over written and recalculated as an offset to parg (tvps) This is not a nice fix but it works

Signed-off-by: Hans Schillstrom hans@schillstrom.com