summaryrefslogtreecommitdiffstats
path: root/lib/libgssapi/gss_verify.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2010-08-15 14:55:32 +0000
committerdes <des@FreeBSD.org>2010-08-15 14:55:32 +0000
commit1c0c0dee6b06dc1b3dfbf19e2a05bcd2ad7751c9 (patch)
tree2df0914821a027f90d0fb465de23796faf70a3c0 /lib/libgssapi/gss_verify.c
parent19384270153e149e4f9311215e1b718796d9939d (diff)
downloadFreeBSD-src-1c0c0dee6b06dc1b3dfbf19e2a05bcd2ad7751c9.zip
FreeBSD-src-1c0c0dee6b06dc1b3dfbf19e2a05bcd2ad7751c9.tar.gz
no-op commit to note that the example given in the previous commit is
a very bad one, since the shift does not actually overflow. This is a better example (assuming uint64_t = unsigned long long): ~0LLU >> 9 = 0x7fffffffffffffLLU ~0LLU >> 9 << 10 = 0xfffffffffffffc00LLU ~0LLU >> 9 << 10 >> 10 = 0x3fffffffffffffLLU
Diffstat (limited to 'lib/libgssapi/gss_verify.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud