1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00
rufus/src/ext2fs
Pete Batard fffd4d1160
[misc] harden usage of uprintf()
* Passing a non-formatting buffer as first parameter of uprintf() can lead
  to an exception if this buffer happens to contain a '%' character, so
  usage of uprintf() with string buffers that may contain '%' should be
  sanitized.
* Also drop the _uprintf/_uprintfs aliases as they are no longer required.
2023-04-20 17:43:24 +01:00
..
.editorconfig
alloc.c
alloc_sb.c
alloc_stats.c
alloc_tables.c
badblocks.c
bb_inode.c
bitmaps.c
bitops.c
bitops.h
blkmap64_ba.c
blkmap64_rb.c
blknum.c
block.c
bmap.c
bmap64.h
closefs.c
com_err.h [misc] harden usage of uprintf() 2023-04-20 17:43:24 +01:00
config.h
crc16.c
crc16.h [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
crc32c.c
crc32c_defs.h
crc32c_table.h
csum.c
dir_iterate.c
dirblock.c
dirhash.c [ext2fs] update ext2fs to latest 2021-01-09 16:15:01 +00:00
e2image.h
ext2_err.h
ext2_ext_attr.h
ext2_fs.h
ext2_io.h
ext2_types.h
ext2fs.h
ext2fsP.h
ext3_extents.h
ext4_acl.h [ext2fs] update to latest e2fsprogs 2019-04-13 14:52:29 +01:00
ext_attr.c
extent.c
fallocate.c
fileio.c
freefs.c [ext2fs] fix Coverity warnings 2019-04-13 17:17:23 +01:00
gen_bitmap.c
gen_bitmap64.c
get_num_dirs.c
hashmap.c
hashmap.h
i_block.c
ind_block.c
initialize.c [ext2fs] update ext2fs to latest 2021-01-09 16:15:01 +00:00
inline.c
inline_data.c
inode.c
io_manager.c
jfs_compat.h [ext2fs] update ext2fs to latest 2021-01-09 16:15:01 +00:00
kernel-jbd.h
kernel-list.h
LICENSE.txt
link.c
lookup.c
Makefile.am
Makefile.in [mingw] use delay loading for DLLs that are subject to side loading 2022-04-12 11:09:59 +01:00
mkdir.c
mkjournal.c
mmp.c [ext2fs] update ext2fs to latest 2021-01-09 16:15:01 +00:00
namei.c
newdir.c
nt_io.c
openfs.c
punch.c
rbtree.c
rbtree.h [ext2fs] update to latest e2fsprogs 2019-04-13 14:52:29 +01:00
read_bb.c
rw_bitmaps.c
sha512.c
symlink.c
valid_blk.c