Closed mohandev2 closed 6 years ago
Source code is
err = fwrite(out, 1, file_size, fconf); if (err != file_size ) { CRIT("Wrote %d, but expected to write %ld",err, file_size); g_free(plain_text); g_free(out); g_free(key); return(NULL); }
Suggest add callto fclose( fconf) inside the if.
Reported by: dcb314
Original Ticket: openhpi/bugs/1997
Original comment by: HemanthBeecherla
Source code is
Suggest add callto fclose( fconf) inside the if.
Reported by: dcb314
Original Ticket: openhpi/bugs/1997