Learn more about cloning repositories
You have read-only access
Fix null handler construction We should not malloc the null-handler object and cast to OutputHandler; we need to actually invoke the constructor via placement new.