View Issue Details

IDProjectCategoryView StatusLast Update
0002115OpenFOAMBugpublic2016-06-10 13:35
ReporterMattijsJ Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSOpenSuSEOS Version13.2
Product Versiondev 
Fixed in Versiondev 
Summary0002115: UOPstream::write of C-string indexes out of bounds
DescriptionFrom inspection it appears the logic in UOPstream::write(const char*) is incorrect:

if (nonWhiteChars.size() == 1)
{
    return write(nonWhiteChars.c_str()[1]);

TagsNo tags attached.

Activities

henry

2016-06-10 13:35

manager   ~0006425

Resolved by commit 1bd2bfc7548485cdbc81e5fccf00427c39254791

Issue History

Date Modified Username Field Change
2016-06-10 09:35 MattijsJ New Issue
2016-06-10 13:35 henry Note Added: 0006425
2016-06-10 13:35 henry Status new => resolved
2016-06-10 13:35 henry Fixed in Version => dev
2016-06-10 13:35 henry Resolution open => fixed
2016-06-10 13:35 henry Assigned To => henry