GitHub user zwoop opened an issue:

    https://github.com/apache/trafficserver/issues/1279

    CID 1367531:  Uninitialized members  (UNINIT_CTOR): proxy/main.cc

    ```
    *** CID 1367531:  Uninitialized members  (UNINIT_CTOR)
    /proxy/Main.cc: 352 in MemoryLimit::MemoryLimit()()
    346       }
    347     };
    348     
    349     class MemoryLimit : public Continuation
    350     {
    351     public:
       CID 1367531:  Uninitialized members  (UNINIT_CTOR)
       Non-static class member field "_usage.ru_stime" is not initialized in 
this constructor nor in any functions that it calls.
    352       MemoryLimit() : Continuation(new_ProxyMutex()), _memory_limit(0) 
{ SET_HANDLER(&MemoryLimit::periodic); }
    353       ~MemoryLimit() { mutex = NULL; }
    354       int
    355       periodic(int event, Event *e)
    356       {
    357         if (event == EVENT_IMMEDIATE) {
    
    ```

----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to