VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/zlib/compress.c
diff options
context:
space:
mode:
authorJertzukka <Jertzukka@gmail.com>2024-04-10 11:44:01 +0300
committerGitHub <noreply@github.com>2024-04-10 10:44:01 +0200
commitdc8d8ce404c6014ad58b61cb280ab36c070f6c75 (patch)
tree0e7a0065afa7e25aac0ac0b97c59817b115a6b1b /src/Common/zlib/compress.c
parentafc62150742a328e91672fffd58f25df0fc3c814 (diff)
downloadVeraCrypt-dc8d8ce404c6014ad58b61cb280ab36c070f6c75.tar.gz
VeraCrypt-dc8d8ce404c6014ad58b61cb280ab36c070f6c75.zip
Unix CLI: Don't initially re-ask PIM if it was already specified (#1288)
We don't need to reset PIM in PasswordException as it is immediately fell back to if PIM is specified in text mode, but password is not. This causes an exception that resets the PIM when it shouldn't.
Diffstat (limited to 'src/Common/zlib/compress.c')
0 files changed, 0 insertions, 0 deletions
118 119 120 121 122 123 124 125 126 127 128 129 130 131 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