Home
last modified time | relevance | path

Searched refs:a (Results 1 – 12 of 12) sorted by relevance

/FileX-v6.2.1/test/regression_test/
Dfilex_fault_tolerant_corrupted_log_file_test.c5a valid log file with correct ID and checksum is detected by the _fx_fault_tolerant_enable functio…
6a value of log_len smaller than FX_FAULT_TOLERANT_DIR_LOG_ENTRY_SIZE to cause a integer underflow …
7 With the condition bypassed one may force a buffer overflow in the memcpy call with the possibility…
9 …n bypass of the comparison against media_ptr -> fx_media_memory_size allowing a buffer overflow.
/FileX-v6.2.1/
DSECURITY.md9 ## Reporting a Vulnerability
11 If you think you have found a vulnerability in <project> you can report it using one of the followi…
14 * [Report a Vulnerability](https://github.com/eclipse-threadx/filex/security/advisories/new)
DCONTRIBUTING.md7 Eclipse ThreadX provides a vendor-neutral, open source, safety certified OS for
8 real-time applications published on under a permissive license. The Eclipse
13 * GUIX - provides a complete, embedded graphical user interface (GUI) library
17 * TraceX - analysis tool that provides a graphical view of real-time system events to better unders…
60 The ECA provides the Eclipse Foundation with a permanent record that you agree
DREADME.md3a high-performance, file allocation table (FAT)-compatible file system that’s fully integrated wit…
51 /* up a periodic timer interrupt source, saving the system stack */
110 1. Building as a static library
112a composable CMake-based build system that supports many different MCUs and host systems. Integrat…
114 …e tree to be built & linked with your code, you can compile this project as a standalone static li…
DCMakeLists.txt64 # Enable a build target that produces a ZIP file of all sources
DLICENSE.txt5 Permission is hereby granted, free of charge, to any person obtaining a copy
/FileX-v6.2.1/cmake/
Dutilities.cmake3 # Store the current list in a temp
7 # If there is a linker script defined, use it
/FileX-v6.2.1/.github/ISSUE_TEMPLATE/
Dhardware-or-architecture-support.md10 **Is this request related to a particular hardware platform, SoC, board? Please describe.**
16 If this is a new board or SoC, please state whether you are willing to maintain the Azure RTOS supp…
Dfeature_request.md10 **Is your feature request related to a problem? Please describe.**
Dbug_report.md3 about: Create a report to help us improve Azure RTOS.
/FileX-v6.2.1/docs/
Drevision_history.txt76 …fx_file_write.c Fixed a bug of overwriting data when fault toleran…
82 …fx_media_flush.c Fixed a bug of missing bitmap flush for exFAT and …
83 … fx_media_close.c Fixed a bug for exFAT directory entry write.
90 …fx_directory_entry_write.c Fixed a bug that lower case name used for short na…
149 …fx_api.h Added a macro to disable warning of parameter not …
150 … fx_directory_entry_read.c Fixed a bug of checking incorrect dir_entries.
154 …ree_search.c Corrected the method to determine whether a directory entry is f…
155 …ext_entry_finc.d Corrected the method to determine whether a directory entry is f…
156 …ext_full_entry_find.c Corrected the method to determine whether a directory entry is f…
161 …fx_fault_tolerant_enable.c Fixed a bug that mutex was not released before ret…
[all …]
/FileX-v6.2.1/common/inc/
Dfx_api.h351 …efine FX_TRACE_OBJECT_REGISTER(t, p, n, a, b) _fx_trace_object_register(t, (VOID *)p, (CHA… argument
353 #define FX_TRACE_IN_LINE_INSERT(i, a, b, c, d, f, g, h) _fx_trace_event_insert((ULONG)i, (ULONG)a, … argument
354 …TRACE_EVENT_UPDATE(e, t, i, a, b, c, d) _fx_trace_event_update((TX_TRACE_BUFFER_ENTRY *)e, (U… argument
367 #define FX_TRACE_OBJECT_REGISTER(t, p, n, a, b)
369 #define FX_TRACE_IN_LINE_INSERT(i, a, b, c, d, f, g, h)
370 #define FX_TRACE_EVENT_UPDATE(e, t, i, a, b, c, d)