Skip to content

Fix XIO: fatal IO error 0 (Success)

James Cameron requested to merge fix-17925 into master

ImpSendReminder is a signal handler that may cause I/O, which may clear errno between an XIO I/O syscall and check of errno.

Save and restore errno.

A fix for AAT fault 17925.

Tested in simulation with Veloce.

@tjf

Merge request reports