Bug 1029096

Summary: json-c: out-of-bounds read in json_tokener_error_desc
Product: Red Hat Enterprise Linux 7 Reporter: Florian Weimer <fweimer>
Component: json-cAssignee: Remi Collet <rcollet>
Status: CLOSED WONTFIX QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: jorton
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-17 10:36:02 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 1028485    

Description Florian Weimer 2013-11-11 16:27:00 UTC
Upstream has partial fix in this commit:

https://github.com/json-c/json-c/commit/86dd55a74a6634a1018feac7f5ef5579d033ce2a

However, there is a remaining off-by-one issue, as reported here:

https://github.com/json-c/json-c/issues/111