Page MenuHomeFreeBSD

D8103.id.diff
No OneTemporary

D8103.id.diff

Index: head/lib/libstand/cd9660.c
===================================================================
--- head/lib/libstand/cd9660.c
+++ head/lib/libstand/cd9660.c
@@ -356,11 +356,11 @@
/* if the new block is zero length, its padding */
if (isonum_711(dp->length) == 0) {
- /* skip to next block, if any */
- off = boff * ISO_DEFAULT_BLOCK_SIZE;
- continue;
+ /* skip to next block, if any */
+ off = boff * ISO_DEFAULT_BLOCK_SIZE;
+ continue;
} else {
- off += isonum_711(dp->length);
+ off += isonum_711(dp->length);
}
}
if (off >= dsize) {

File Metadata

Mime Type
text/plain
Expires
Fri, Jun 26, 9:53 AM (8 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34353240
Default Alt Text
D8103.id.diff (603 B)

Event Timeline