This blog post discusses a bug found in the Intel oneAPI Fortran compiler (ifx) relating to the corruption of whole-array assignments for CFI-allocated arrays when compiled with the OpenMP flag. It details a minimal reproducer and explains the specific conditions under which the bug arises, providing examples of successful and unsuccessful cases based on array size and assignment form. The author includes information necessary to recreate the issue, suggesting that whole-array assignments with the -fiopenmp flag for larger arrays lead to silent data corruption.