summaryrefslogtreecommitdiff
path: root/spec/ruby
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2024-05-03 22:24:44 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2024-09-29 21:00:26 +0900
commitb7bca0ebdc5a48c487bc4fa42e749bb23f66bca0 (patch)
tree680e65d42b710281a37f105c2a67f5bdbff396e9 /spec/ruby
parent1179c86384bb6211d45bf721651b100dca1fb53e (diff)
win32/sspi: Fix Win32::SSPI::SSPIResult#== with Integer
The values of `@@map` are `Symbol`s and `@value` should be an `Integer` since unpacked as unsigned long, so this comparison should be false always. Probably comparison with `Symbol` was intended.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/11722
Diffstat (limited to 'spec/ruby')
0 files changed, 0 insertions, 0 deletions