wut/libraries/wutdevoptab
Daniel K. O. (dkosmari) 9c656b7128 - Added WUT_FORMAT_PRINTF to catch format string errors in printf-like functions.
- Fixed a few format string bugs, in `libwhb/crash.c` and `wutdevoptab`, where there was a
  mismatch of specifiers and arguments that could lead to crashes.

- Made debug prints use `%p` when printing pointers.

--HG--
branch : printf-attribute-hg
2024-10-07 23:01:40 -03:00
..
devoptab_fsa_chdir.cpp wutdevoptab: Implement devoptab using FSA functions 2023-04-16 18:17:04 +01:00
devoptab_fsa_chmod.cpp wutdevoptab: Implement devoptab using FSA functions 2023-04-16 18:17:04 +01:00
devoptab_fsa_close.cpp wutdevoptab: Implement devoptab using FSA functions 2023-04-16 18:17:04 +01:00
devoptab_fsa_dirclose.cpp wutdevoptab: Implement devoptab using FSA functions 2023-04-16 18:17:04 +01:00
devoptab_fsa_dirnext.cpp - Added WUT_FORMAT_PRINTF to catch format string errors in printf-like functions. 2024-10-07 23:01:40 -03:00
devoptab_fsa_diropen.cpp - Added WUT_FORMAT_PRINTF to catch format string errors in printf-like functions. 2024-10-07 23:01:40 -03:00
devoptab_fsa_dirreset.cpp wutdevoptab: Implement devoptab using FSA functions 2023-04-16 18:17:04 +01:00
devoptab_fsa_fstat.cpp - Added WUT_FORMAT_PRINTF to catch format string errors in printf-like functions. 2024-10-07 23:01:40 -03:00
devoptab_fsa_fsync.cpp wutdevoptab: Implement devoptab using FSA functions 2023-04-16 18:17:04 +01:00
devoptab_fsa_mkdir.cpp wutdevoptab: Implement devoptab using FSA functions 2023-04-16 18:17:04 +01:00
devoptab_fsa_open.cpp - Added WUT_FORMAT_PRINTF to catch format string errors in printf-like functions. 2024-10-07 23:01:40 -03:00
devoptab_fsa_read.cpp - Added WUT_FORMAT_PRINTF to catch format string errors in printf-like functions. 2024-10-07 23:01:40 -03:00
devoptab_fsa_rename.cpp wutdevoptab: Implement devoptab using FSA functions 2023-04-16 18:17:04 +01:00
devoptab_fsa_rmdir.cpp wutdevoptab: Implement devoptab using FSA functions 2023-04-16 18:17:04 +01:00
devoptab_fsa_seek.cpp - Added WUT_FORMAT_PRINTF to catch format string errors in printf-like functions. 2024-10-07 23:01:40 -03:00
devoptab_fsa_stat.cpp - Added WUT_FORMAT_PRINTF to catch format string errors in printf-like functions. 2024-10-07 23:01:40 -03:00
devoptab_fsa_statvfs.cpp - Added WUT_FORMAT_PRINTF to catch format string errors in printf-like functions. 2024-10-07 23:01:40 -03:00
devoptab_fsa_truncate.cpp - Added WUT_FORMAT_PRINTF to catch format string errors in printf-like functions. 2024-10-07 23:01:40 -03:00
devoptab_fsa_unlink.cpp wutdevoptab: Implement devoptab using FSA functions 2023-04-16 18:17:04 +01:00
devoptab_fsa_utils.cpp wutdevoptab: Implement devoptab using FSA functions 2023-04-16 18:17:04 +01:00
devoptab_fsa_write.cpp - Added WUT_FORMAT_PRINTF to catch format string errors in printf-like functions. 2024-10-07 23:01:40 -03:00
devoptab_fsa.cpp - Added WUT_FORMAT_PRINTF to catch format string errors in printf-like functions. 2024-10-07 23:01:40 -03:00
devoptab_fsa.h devoptab_fsa: use c++ headers 2023-05-01 15:53:04 +01:00
MutexWrapper.h wutdevoptab: Implement devoptab using FSA functions 2023-04-16 18:17:04 +01:00