Thread: Avisynth+
View Single Post
Old 20th December 2018, 14:37   #4349  |  Link
pinterf
Registered User
 
Join Date: Jan 2014
Posts: 2,314
New build, Expr fixes. I hope.

Download Avisynth+ r2772-MT

Code:
20181220 r2772
--------------
- Fix: Expr: possible Expr x64 crash under specific memory circumstances
- Fix: Expr: safer code for internal variables "Store and pop from stack" (see: Internal variables at http://avisynth.nl/index.php/Expr)
In the x64 stack frame generation, address calculation was truncated to 32 bits when AVX2 registers were to be saved. Caused C0000005 Access Violation.

The second fix is a precaution, (generating code for the A^ syntax for 'store and pop' operation of internal variables), did not caused any troubles yet, I fixed it anyway.
pinterf is offline