Differences From Artifact [1d6bb87b12]:
- File src/OFObject.m — part of check-in [405731e798] at 2013-07-27 17:38:49 on branch trunk — Fix a typo. (user: js, size: 25736) [annotate] [blame] [check-ins using]
To Artifact [5387ac3c3a]:
- File
src/OFObject.m
— part of check-in
[1c78b3a4db]
at
2013-08-12 21:59:05
on branch trunk
— OFZIPArchive: Initial implementation.
Still a lot to do, see list of FIXMEs in the source. (user: js, size: 25719) [annotate] [blame] [check-ins using]
︙ | |||
1069 1070 1071 1072 1073 1074 1075 | 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 | - + - | while (iter != NULL) { struct pre_mem *next = iter->next; /* * We can use owner as a sentinel to prevent exploitation in * case there is a buffer underflow somewhere. */ |
︙ |