Commit Graph

6 Commits

Author SHA1 Message Date
Quang Nguyễn 85f4b8f7d9 Fix an integer overflow issue (#871)
* provide a validity check to prevent against Integer overflow conditions

* fix some style issues.

* provide a validity check in malloc() function to prevent against integer overflow conditions

* missing Ntintsafe.h

* use tabs for indentation
2017-03-20 20:13:14 +08:00
Satoshi Tanda 78cbed4cc7 fix typo, style
Signed-off-by: Satoshi Tanda <tanda.sat@gmail.com>
2016-09-27 07:39:51 -07:00
tandasat 59df5507c1 edit documents and comments 2016-05-14 16:04:28 -07:00
tandasat c7cf97f8a8 add a sample project for a windows driver 2016-04-23 17:38:29 -07:00
Peter Hlavaty 5925d0cc62 vsnprintf fix
call nt!vsprintf_s
2014-06-02 21:48:30 +08:00
Nguyen Anh Quynh 937b28a0a7 add contrib/ directory 2014-05-31 12:07:25 +08:00