Home
last modified time | relevance | path

Searched refs:maxpos (Results 1 – 1 of 1) sorted by relevance

/external/jhead/
Diptc.c59 unsigned char * maxpos = Data+itemlen; in show_IPTC() local
80 if (pos >= maxpos) goto corrupt; in show_IPTC()
88 if (pos+4 >= maxpos) goto corrupt; in show_IPTC()
104 if (pos+5 > maxpos) goto corrupt; in show_IPTC()
117 if (pos+length > maxpos) goto corrupt; in show_IPTC()