osquery-1/tools/codegen
George Guliashvili 08c032bbf5 Typed Row fix left shift overflow (#5385)
Summary:
Pull Request resolved: https://github.com/facebook/osquery/pull/5385

Left shift with >= 31 steps was done to integer type. Using unisgned long long(1ULL) instead of the int (1).

Reviewed By: fmanco

Differential Revision: D13751355

fbshipit-source-id: 4564b33e2d26a0cb459ee86d180c0af492fa1f43
2019-01-22 09:52:03 -08:00
..
templates Typed Row fix left shift overflow (#5385) 2019-01-22 09:52:03 -08:00
amalgamate.py Fix LICENSE information on file headers (#5375) 2019-01-21 11:51:54 -08:00
BUCK Fix LICENSE information on file headers (#5375) 2019-01-21 11:51:54 -08:00
genapi.py Fix LICENSE information on file headers (#5375) 2019-01-21 11:51:54 -08:00
gentable.py Fix LICENSE information on file headers (#5375) 2019-01-21 11:51:54 -08:00
gentargets.py Move build system to BUCK 2018-12-07 16:12:35 +00:00
genwebsitejson.py Fix LICENSE information on file headers (#5375) 2019-01-21 11:51:54 -08:00
genwebsitemetadata.py Fix LICENSE information on file headers (#5375) 2019-01-21 11:51:54 -08:00
substitute.py Fix LICENSE information on file headers (#5375) 2019-01-21 11:51:54 -08:00