1
0
Fork 0

Fix: three max-values for settings could exceed their storage size

pull/8795/head
Patric Stout 2021-03-01 13:35:11 +01:00 committed by Patric Stout
parent abac4b1758
commit a0c298a539
1 changed files with 3 additions and 3 deletions

View File

@ -435,7 +435,7 @@ type = SLE_UINT16
from = SLV_156
def = 4096
min = 0
max = 1 << 30
max = 1 << 15
interval = 1
cat = SC_EXPERT
@ -457,7 +457,7 @@ type = SLE_UINT16
from = SLV_156
def = 4096
min = 0
max = 1 << 30
max = 1 << 15
interval = 1
cat = SC_EXPERT
@ -479,7 +479,7 @@ type = SLE_UINT16
from = SLV_175
def = 4096
min = 0
max = 1 << 30
max = 1 << 15
interval = 1
cat = SC_EXPERT