clsid2 / mpc-hc

Media Player Classic
GNU General Public License v3.0
11.5k stars 502 forks source link

fix wrong parameter size in CSaveDlg::OnGraphNotify #3077

Closed adipose closed 2 months ago

adipose commented 2 months ago

This code was casting a LONG to LONG_PTR which caused stack corruption. It seems like it didn't cause a crash but in debug, it throws an error.