Commit Graph

7 Commits

Author SHA1 Message Date
Warren He
8bde48e653 Avoid overflow when shifting
The urts library and the signing tool often shift page counts as
32-bit integers, then passes the result as a 64-bit value. This patch
casts page counts into 64-bit integers first, so that large page
counts don't overflow.

Signed-off-by: Warren He <-w@berkeley.edu>
2016-08-01 08:39:04 -07:00
Andy Zhao
50a296217c Remove redundant characters 2016-06-24 16:45:39 +08:00
Andy Zhao
07f546948c Beautify README format 2016-06-24 16:30:00 +08:00
Angie Chinchilla
9441de4c38 Initial release of Intel SGX for Linux.
This release is used in conjunction with the linux-sgx-driver Intial release:
https://github.com/01org/linux-sgx-driver
commit-id: 0e865ce5e6b297a787bcdc12d98bada8174be6d7

Intel-id: 33399

Signed-off-by: Angie Chinchilla <angie.v.chinchilla@intel.com>
2016-06-23 18:51:53 -04:00
Angie Chinchilla
ba82cfcbb0 Add License file to project. 2016-06-23 17:35:04 -04:00
Angie Chinchilla
532875d019 Initial README.md for project 2016-06-23 17:24:11 -04:00
zhaohuidu
d3b80b9c39 Update .gitignore 2016-05-26 11:05:27 +08:00