Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
zwoop opened this issue Dec 31, 2016 · 1 comment
Closed

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

zwoop opened this issue Dec 31, 2016 · 1 comment
Assignees
Labels

Comments

@zwoop
Copy link
Contributor

zwoop commented Dec 31, 2016

*** 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) {

@zwoop zwoop added the Coverity label Dec 31, 2016
@zwoop zwoop added this to the 7.1.0 milestone Dec 31, 2016
@zwoop zwoop modified the milestones: 7.1.0, 7.2.0 Jan 8, 2017
@PSUdaemon PSUdaemon modified the milestone: 7.2.0 Jan 8, 2017
@bryancall bryancall self-assigned this Jan 25, 2017
bryancall added a commit to bryancall/trafficserver that referenced this issue Jan 25, 2017
@bryancall
Copy link
Contributor

bryancall commented Jan 26, 2017

This was closed in PR #1373

zwoop pushed a commit that referenced this issue Jan 26, 2017
@zwoop zwoop modified the milestones: 7.2.0, 8.0.0 Apr 25, 2017
@zwoop zwoop modified the milestone: 8.0.0 Jun 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants