Actions
Bug #18076
closedext/digest/md5/md5.c: `-Wnull-pointer-subtraction` warning by Clang 13
Bug #18076:
ext/digest/md5/md5.c: `-Wnull-pointer-subtraction` warning by Clang 13
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 3.1.0dev (2021-08-16T00:07:09Z master 4cc44bd819) [x86_64-linux]
Updated by xtkoba (Tee KOBAYASHI) almost 5 years ago
Updated by jeremyevans0 (Jeremy Evans) almost 5 years ago
I submitted a pull request upstream to fix this: https://github.com/ruby/digest/pull/29
Updated by xtkoba (Tee KOBAYASHI) over 4 years ago
- Status changed from Open to Closed
Applied in changeset git|fed65e6a48c5bed938c9bafb40409cd7e398f1c9.
[ruby/digest] Avoid null pointer subtraction in digest/md5
Fixes warning on Clang 13.
Fixes [Bug #18076]
Actions