Ticket #134 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Barrier::create() crashes

Reported by: marcusl Assigned to: unassigned
Priority: major Milestone: 1.8 Release
Component: System Version: 1.8
Keywords: Cc:
Completion:

Description (Last modified by marcusl)

Barrier::create() makes a call to strlen(null) (since name is null) and that fails. Barrier::get(null) is equivalent.

This is on Windows, with OpenSG CVS from 28/8/2006.

Change History

11/09/06 03:28:19 changed by marcusl

  • description changed.

get(null) also crashes.

11/27/06 09:19:12 changed by amz

  • status changed from new to closed.
  • resolution set to fixed.