Open dlech opened 8 months ago
If the argument to writebytes was not a sequence, it would segfault because seq was being operated on without first checking for error.
seq
If the argument to writebytes was not a sequence, it would segfault because
seq
was being operated on without first checking for error.