Trybos V03-03-36 has been reposited and should be available soon. The only change in Trybos V03-03-36 relative to V03-03-35 is to remove an incorrect null-termination of a string and replace string::data() with string::c_str() in TRY_Disk_File::open(). The null-termination code was incorrect and caused seg faults on some systems. Other instances of this incorrect coding pattern were already fixed in V03-03-35.