Index: branches/2019Q4/editors/hte/files/patch-htneent.cc =================================================================== --- branches/2019Q4/editors/hte/files/patch-htneent.cc (nonexistent) +++ branches/2019Q4/editors/hte/files/patch-htneent.cc (revision 513586) @@ -0,0 +1,11 @@ +--- htneent.cc.orig 2016-12-06 20:36:25 UTC ++++ htneent.cc +@@ -57,7 +57,7 @@ static ht_view *htneentrypoints_init(Bounds *b, File * + NE_ENTRYPOINT_HEADER e; + + uint32 index = 1; +- while (o + sizeof e < h+ne_shared->hdr.enttab+ne_shared->hdr.cbenttab) { ++ while ((o + sizeof e) < h+ne_shared->hdr.enttab+ne_shared->hdr.cbenttab) { + file->seek(o); + file->read(&e, sizeof e); + createHostStruct(&e, NE_ENTRYPOINT_HEADER_struct, little_endian); Property changes on: branches/2019Q4/editors/hte/files/patch-htneent.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2019Q4 =================================================================== --- branches/2019Q4 (revision 513585) +++ branches/2019Q4 (revision 513586) Property changes on: branches/2019Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r513583