Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for config:aarch64
SUSE:SLE-12-SP3:GA
vim.15233
CVE-2017-5953.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File CVE-2017-5953.patch of Package vim.15233
Index: vim72/src/spell.c =================================================================== --- vim72.orig/src/spell.c +++ vim72/src/spell.c @@ -3953,6 +3953,8 @@ spell_read_tree(fd, bytsp, idxsp, prefix len = get4c(fd); if (len < 0) return SP_TRUNCERROR; + if (len >= 0x3ffffff) + return SP_FORMERROR; if (len > 0) { /* Allocate the byte array. */
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