• Dridi Boukelmoune's avatar
    ws: Replace WS_Inside() with WS_Allocated() · fd72157c
    Dridi Boukelmoune authored
    It was unfit for purpose anyway, since it would allow contents past the
    front pointer to be referenced. What we are really looking for where
    WS_Inside() was used is actual allocations. WS_Assert_Allocated() was
    made redundant by this change.
    
    Refs #3320
    fd72157c