boostorg / mysql

MySQL C++ client based on Boost.Asio
https://www.boost.org/doc/libs/master/libs/mysql
Boost Software License 1.0
258 stars 33 forks source link

UB fix for row_base in debug builds #136

Closed anarthal closed 1 year ago

anarthal commented 1 year ago

Replaced unspecified behavior for pointer comparisons with function objects with guaranteed behavior. Close #135

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (643e39f) 97.00% compared to head (66b4605) 97.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #136 +/- ## ======================================= Coverage 97.00% 97.00% ======================================= Files 101 101 Lines 4580 4580 ======================================= Hits 4443 4443 Misses 137 137 ``` | [Impacted Files](https://codecov.io/gh/boostorg/mysql/pull/136?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg) | Coverage Δ | | |---|---|---| | [...lude/boost/mysql/detail/auxiliar/impl/row\_base.ipp](https://codecov.io/gh/boostorg/mysql/pull/136?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg#diff-aW5jbHVkZS9ib29zdC9teXNxbC9kZXRhaWwvYXV4aWxpYXIvaW1wbC9yb3dfYmFzZS5pcHA=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.