-
- Downloads
Fix bug in ftruncate derive-type optimizer triggered by
(defun bar () (ftruncate (random 4294967087d0))) Was not correctly handling the derivation of the second result.
Loading
Please register or sign in to comment
(defun bar () (ftruncate (random 4294967087d0))) Was not correctly handling the derivation of the second result.