[GitHub] trafficserver issue #1279: CID 1367531: Uninitialized members (UNINIT_CTOR):...

2017-01-25 Thread bryancall
Github user bryancall closed the issue at:

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


---
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.
---


[GitHub] trafficserver issue #1279: CID 1367531: Uninitialized members (UNINIT_CTOR):...

2017-01-25 Thread bryancall
Github user bryancall commented on the issue:

https://github.com/apache/trafficserver/issues/1279
  
This was closed in PR #1279


---
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.
---


[GitHub] trafficserver issue #1279: CID 1367531: Uninitialized members (UNINIT_CTOR):...

2016-12-30 Thread zwoop
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(::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.
---