VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Forms/VolumePasswordPanel.cpp
diff options
context:
space:
mode:
authorJertzukka <Jertzukka@gmail.com>2023-07-05 13:00:37 +0300
committerGitHub <noreply@github.com>2023-07-05 19:00:37 +0900
commit232d3290b0e57f8f6ad42049c3c2954b5810ab97 (patch)
tree29c6be3749fdbcab2829069876e7514bc2e88936 /src/Main/Forms/VolumePasswordPanel.cpp
parentaa4927867326f293204b23fd6219781bf36cbaf5 (diff)
downloadVeraCrypt-232d3290b0e57f8f6ad42049c3c2954b5810ab97.tar.gz
VeraCrypt-232d3290b0e57f8f6ad42049c3c2954b5810ab97.zip
Linux: Overwriting file container allows you to use its space (#1147)
When replacing a file container, we increase the `diskSpace` by the file container's size. This doesn't affect the hidden volume space logic, as in that case we use `MaxVolumeSize` when `MaxVolumeSizeValid` is true instead of `AvailableDiskSpace`.
Diffstat (limited to 'src/Main/Forms/VolumePasswordPanel.cpp')
0 files changed, 0 insertions, 0 deletions
>132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191