Michael Bikovitsky
d422c0242c
Fix user data alignment in MEMBLOCK ( #1471 )
...
* Fix user data alignment in MEMBLOCK
Kernel memory allocations on Windows should be aligned on MEMORY_ALLOCATION_ALIGNMENT (16 bytes on x64 and 8 bytes on x86).
* Fix user data alignment in CS_WINKERNEL_MEMBLOCK
2019-05-09 10:24:47 +08:00
Quang Nguyễn
e3b79ca59b
provide a validity check to prevent against Integer overflow conditions ( #870 )
...
* provide a validity check to prevent against Integer overflow conditions
* fix some style issues.
2017-03-13 23:35:29 +08:00
Satoshi Tanda
c7b00b3756
suppress MSVC code analysis (PREfast) warnings
...
Signed-off-by: Satoshi Tanda <tanda.sat@gmail.com>
2016-09-28 07:33:39 -07:00
Satoshi Tanda
cb003974a4
fix typo, style
...
Signed-off-by: Satoshi Tanda <tanda.sat@gmail.com>
2016-09-28 07:33:14 -07:00
tandasat
6ddd45bfac
fix #748
2016-08-17 08:25:51 +08:00
tandasat
d4ef430b33
port Windows driver support
2016-05-11 21:48:32 -07:00