Allow passing nullptr when creating 0-sized string objects#476
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #476 +/- ##
==========================================
+ Coverage 85.19% 85.21% +0.02%
==========================================
Files 189 189
Lines 9225 9226 +1
Branches 4178 4179 +1
==========================================
+ Hits 7859 7862 +3
+ Misses 531 528 -3
- Partials 835 836 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
🎯 Code Coverage 🔗 Commit SHA: 133fe68 | Docs | Datadog PR Page | Was this helpful? Give us feedback! |
Artifact Size Comparison 📦
|
Benchmarks clang-pgoBenchmark execution time: 2025-11-04 12:50:16 Comparing candidate commit 4b3b21e in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 1 metrics, 0 unstable metrics. |
Allow passing
nullptrtoddwaf_object_set_stringwhen the provided length is0, in order to create an empty string.Note that this results in a
small_stringof length0.