<karlt@karlt.net> to fix dosfsck zero slot crashes:
* Fixes crashes due to zero slot numbers causing a negative offset in
the call to copy_lfn_part in lfn_add_slot. On amd64 this results in
a SIGSEGV in copy_lfn_part. On x86 the result is heap corruption and
thus sometimes a SIGSEGV or double free abort later. (Closes:
#152550, #353198, #356377, #401798).
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
<daniel@debian.org> to fix manpage synopsis:
* List alternative binary names in manpage synopsis (Closes: #284983).
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
<daniel@debian.org> to improve mkdosfs manpage:
* Don't claim that FAT32 is not choosed automatically (Closes:
#414183).
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
<daniel@debian.org> to improve dosfsck manpage:
* Don't use confusing word 'drop' when 'delete' is meant (Closes:
#134100).
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Gajdos <pgajdos@suse.cz> to determine mkdosfs sector size automatically:
* determine sector size of device automatically or if -S parameter
present, verify, that it's not under physical sector size
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
<khalid_aziz@hp.com> to fix dosfsck unaligned memory accesses:
* Fix unaligned memory accesses which cause warnings to appear
everytime the elilo bootloader script runs. This has led a number of
users to believe their install has failed (Closes: #258839).
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
<jakub@redhat.com> to make it build with -D_FORTIFY_SOURCE=2:
* This violates -D_FORTIFY_SOURCE=2 (which is stricter than C
standard), but isn't actually any buffer overflow. But using memcpy
is more efficient anyway.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>