diff options
author | Jertzukka <Jertzukka@gmail.com> | 2024-05-08 20:00:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 19:00:09 +0200 |
commit | 55c3a8dc58d74bbdd4c39585eff14985838d9896 (patch) | |
tree | e2e054689f6341079d5842b9498f9d6e3036371c /src/Main/Forms/SelectDirectoryWizardPage.h | |
parent | e96f3035d9f3fb579de947d57317e596d67468be (diff) | |
download | VeraCrypt-55c3a8dc58d74bbdd4c39585eff14985838d9896.tar.gz VeraCrypt-55c3a8dc58d74bbdd4c39585eff14985838d9896.zip |
Fix incorrect max hidden volume size for file containers on CLI (#1338)
Currently the maximum hidden volume size for file containers is
limited by available free space on the device the file container
resides on, which we do not care about. This commit changes so
that only Normal volumes get their `maxVolumeSize` limited by
`AvailableDiskSpace`. Also the --size=max parameter is restricted
from hidden volume creation as there is no way to determine a good
size as we do not mount the outer volume through the CLI process
flow to determine available free space on the outer volume.
Diffstat (limited to 'src/Main/Forms/SelectDirectoryWizardPage.h')
0 files changed, 0 insertions, 0 deletions