Bug 44866

Summary: Strings returned by asciiDebug() should be NULL-terminated.
Product: WebKit Reporter: Andy Estes <aestes>
Component: New BugsAssignee: Andy Estes <aestes>
Status: RESOLVED FIXED    
Severity: Normal CC: bweinstein
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch eric.carlson: review+

Description Andy Estes 2010-08-30 04:24:43 PDT
Strings returned by asciiDebug() should be NULL-terminated.
Comment 1 Andy Estes 2010-08-30 04:28:02 PDT
Created attachment 65906 [details]
Patch
Comment 2 Brian Weinstein 2010-08-30 10:50:34 PDT
Is our style to have a space to make it "length + 1"? The style bot didn't notice any issues, but I wasn't sure.
Comment 3 Andy Estes 2010-08-30 12:10:43 PDT
Brian, I think you're right. I'll fix that before landing.
Comment 4 Andy Estes 2010-08-30 12:27:54 PDT
Committed r66401: <http://trac.webkit.org/changeset/66401>