Enable memcore to fix malloc/rand crashes (#8695)

This commit is contained in:
Joel Challis 2020-04-05 22:15:40 +01:00 committed by GitHub
parent 6de77141a4
commit 2392ddb76b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 18 additions and 18 deletions

View File

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

View File

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

View File

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

View File

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

View File

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

View File

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

View File

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

View File

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

View File

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

View File

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

View File

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

View File

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

View File

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

View File

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

View File

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

View File

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

View File

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**

View File

@ -331,7 +331,7 @@
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#if !defined(CH_CFG_USE_MEMCORE) #if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE #define CH_CFG_USE_MEMCORE TRUE
#endif #endif
/** /**