Whamcloud - gitweb
libext2fs: use strcpy()/strcat() instead of sprintf() in bmap functions
authorTheodore Ts'o <tytso@mit.edu>
Mon, 30 Jul 2012 19:54:12 +0000 (15:54 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 30 Jul 2012 19:54:12 +0000 (15:54 -0400)
commitc4111cd7eaabee63155ffeb675f806d452e9a191
tree1b1f7ba3bf4597742713d1607a2651fbf431fb1a
parent1b6de47f6510c1dafdcf6dd84ecadebd51eabd0b
libext2fs: use strcpy()/strcat() instead of sprintf() in bmap functions

This simplifies the number of C library symbols needed by boot loader
systems such as yaboot.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/gen_bitmap64.c