The Vulnerability History Project
Vulnerabilities
Insights
Curate
Tags
All
Projects
CWEs
Languages
Lessons
Severities
Subsystems
More
News
Projects We Study
How to Contribute
By the Numbers
About Us
Toggle Theme
Warning: Our website does not support Internet Explorer, please use Edge instead.
string-util: add delete_trailing_chars() and skip_leading_chars() helpers
And let's port over a couple of users to the new APIs.
by
Aaron the Falcon 2017-11-09 10:12:47 UTC
commit 7546145e26e4feecf0994d84e888d7da9c47424b
systemd
VCC
CVE-2021-33910
src/basic/string-util.c
+1
-30
src/basic/string-util.h
-12
src/basic/unit-name.c
+7
-2
src/core/cgroup.c
+5
-3
src/libudev/libudev-private.h
+1
src/libudev/libudev-util.c
+11
src/test/test-string-util.c
+4
-42
src/udev/udev-rules.c
+1
-1
src/udev/udevadm-test-builtin.c
+1
-1
src/udev/udevadm-test.c
+1
-1
expand_less