Bug 459477

Summary: XERROR messages lacks ending '\n' in vgdb
Product: [Developer tools] valgrind Reporter: Alexandra Hajkova <ahajkova>
Component: generalAssignee: Julian Seward <jseward>
Status: RESOLVED FIXED    
Severity: normal CC: philippe.waroquiers
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: patch

Description Alexandra Hajkova 2022-09-21 07:54:30 UTC
Created attachment 152308 [details]
patch

XERROR messages lacks ending '\n' in vgdb
Comment 1 Philippe Waroquiers 2022-09-25 12:20:41 UTC
Fixed in 3c5720453 (also fixes some occurrences of missing\n in ERROR calls)

Thanks for the report and the patch.