octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #62963] webwrite() out of memory when a data c


From: Yu Hongbo
Subject: [Octave-bug-tracker] [bug #62963] webwrite() out of memory when a data contains any '='
Date: Fri, 26 Aug 2022 21:58:47 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?62963>

                 Summary: webwrite() out of memory when a data contains any
'='
                 Project: GNU Octave
               Submitter: yuhongbo
               Submitted: Sat 27 Aug 2022 01:58:46 AM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error or Warning
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 6.4.0
         Discussion Lock: Any
        Operating System: GNU/Linux


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Sat 27 Aug 2022 01:58:46 AM UTC By: Yu Hongbo <yuhongbo>
Here is my code:

>> base64_data_1 = 'e1wibmFtZVwiLFwiMTIzXCJ9';
>> webwrite('http://192.168.56.4/product/add_product.cgi', ['data=',
base64_data_1])
ans = data=e1wibmFtZVwiLFwiMTIzXCJ9

>> base64_data_2 = 'e1wibmFtZVwiLFwiMTIzNFwifQ==';
# there's an webwrite() error

Note for add_product.cgi:
You may start a webserver software, start an web API, where the api may have a
different path or different name from add_product.api







    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62963>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]