Skip to content
  • Philippe Gerum's avatar
    copperplate: systematically check basic IPC inits · edc7d53b
    Philippe Gerum authored
    As Cobalt might fail allocating resources for any basic IPC object
    (i.e. mutex, sem, condvar, event or monitor), we should check the
    return value of each of the related init call.
    
    Very nasty bugs might surface otherwise, haunting the code undetected
    until the core falls short of a critical runtime resource (e.g. heap
    memory shared between the Cobalt core and userland).
    edc7d53b