Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15:Update
p11-kit.25027
p11-kit-CVE-2020-29362.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File p11-kit-CVE-2020-29362.patch of Package p11-kit.25027
Index: p11-kit-0.23.2/p11-kit/rpc-message.c =================================================================== --- p11-kit-0.23.2.orig/p11-kit/rpc-message.c +++ p11-kit-0.23.2/p11-kit/rpc-message.c @@ -767,7 +767,7 @@ p11_rpc_buffer_get_byte_array (p11_buffe return false; } - if (buf->len < len || *offset > buf->len - len) { + if (buf->len < len || off > buf->len - len) { p11_buffer_fail (buf); return false; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor