VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Driver/Fuse
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-10-25 20:11:28 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-11-08 23:24:22 +0100
commit714a2ce0ae7e8b2cee32b0d6245a59e787758fc5 (patch)
treeed8be0c157a9024421c205b89f796ae385250717 /src/Driver/Fuse
parentc1378f781aaaa4d9e57c0a383cded7173bde7663 (diff)
downloadVeraCrypt-714a2ce0ae7e8b2cee32b0d6245a59e787758fc5.tar.gz
VeraCrypt-714a2ce0ae7e8b2cee32b0d6245a59e787758fc5.zip
Bootloader: in function ReadVolumeHeader, arrays dk and masterKey have the same size and they are never needed at the same time. So, we can minimize stack memory usage by using only one array instead of two. At the end of the function, the array is erased securely.
Diffstat (limited to 'src/Driver/Fuse')
0 files changed, 0 insertions, 0 deletions
111' href='#n111'>111 112 113 114 115 116 117 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