Changeset 367


Ignore:
Timestamp:
Feb 3, 2019, 11:07:24 PM (5 years ago)
Author:
coas-nagasima
Message:

スタックサイズを調整

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_arm/trunk/curl-7.57.0/lib/formdata.c

    r352 r367  
    773773
    774774  while(!result) {
    775     char buffer[2048/*8192*/];
     775    char buffer[1024/*8192*/];
    776776    size_t nread = Curl_mime_read(buffer, 1, sizeof buffer, &toppart);
    777777
  • asp3_tinet_ecnl_arm/trunk/ntshell/src/ntshell_main.h

    r364 r367  
    5757#define NTSHELL_PRIORITY        8               /* ntshellタスクの優先度 */
    5858
    59 #define NTSHELL_STACK_SIZE      8192    /* ntshellタスクのスタック領域のサイズ */
     59#define NTSHELL_STACK_SIZE      10240   /* ntshellタスクのスタック領域のサイズ */
    6060
    6161#define NUM_NTSHELL_DATAQUEUE   1       /* ntshellタスクで待ち受けているデータキューのサイズ */
  • asp3_tinet_ecnl_arm/trunk/wolfssl-3.12.2/user_settings.h

    r364 r367  
    55#define HAVE_AESGCM
    66//#define HAVE_FIPS
     7#define HAVE_TLS_EXTENSIONS
    78#define HAVE_SNI
    8 #define HAVE_TLS_EXTENSIONS
    99#define HAVE_SUPPORTED_CURVES
    1010
     
    1414#define WOLFSSL_RIPEMD
    1515#define WOLFSSL_SHA512
     16#define WOLFSSL_SMALL_STACK
    1617
    1718#define WC_RSA_BLINDING
  • asp3_tinet_ecnl_rx/trunk/curl-7.57.0/lib/formdata.c

    r337 r367  
    773773
    774774  while(!result) {
    775     char buffer[2048/*8192*/];
     775    char buffer[1024/*8192*/];
    776776    size_t nread = Curl_mime_read(buffer, 1, sizeof buffer, &toppart);
    777777
  • asp3_tinet_ecnl_rx/trunk/ntshell/src/ntshell_main.h

    r364 r367  
    5757#define NTSHELL_PRIORITY        8               /* ntshellタスクの優先度 */
    5858
    59 #define NTSHELL_STACK_SIZE      8192    /* ntshellタスクのスタック領域のサイズ */
     59#define NTSHELL_STACK_SIZE      10240   /* ntshellタスクのスタック領域のサイズ */
    6060
    6161#define NUM_NTSHELL_DATAQUEUE   1       /* ntshellタスクで待ち受けているデータキューのサイズ */
Note: See TracChangeset for help on using the changeset viewer.