Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sbin/fsck_udf



Module Name:    src
Committed By:   reinoud
Date:           Thu Oct 30 21:34:11 UTC 2025

Modified Files:
        src/sbin/fsck_udf: main.c

Log Message:
If Volume Descriptor Sequence one reads in fine, we process it and free the
memory for the second Volume Descriptor Sequence. Fix the missing `else'
statement to prevent processing of the 2nd when it was freed. Fixes a
used-after-free case.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sbin/fsck_udf/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index