rdoeffinger / iec16022

DataMatrix 2D barcode generator

Home Page:http://rdoeffinger.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unchecked writes may cause corrupted output file

remvee opened this issue · comments

All calls to write(..) in image.c are unchecked which may cause corrupted output file when, for instance, the filesystem is full. Errors should be detected, reported and the incomplete file removed.