Menu

#1933 log: client crashed due to not initialize the client_list pointer

5.0.1
fixed
nobody
None
defect
log
lib
major
2016-08-09
2016-08-04
No

The global client_list pointer is not initialized to NULL.

When the SCs is restarted from headless, the recovery thread will do recover based on the info in client_list. As the pointer is not initialized, the default value is unspecific.
It might refer to an invalid/unallocated memory. If it is the case, the application will be crashed.

Related

Tickets: #1933
Wiki: ChangeLog-5.0.1

Discussion

  • Vu Minh Nguyen

    Vu Minh Nguyen - 2016-08-05
    • status: accepted --> review
     
  • Vu Minh Nguyen

    Vu Minh Nguyen - 2016-08-09
    • status: review --> fixed
    • assigned_to: Vu Minh Nguyen --> nobody
     
  • Vu Minh Nguyen

    Vu Minh Nguyen - 2016-08-09

    changeset: 7845:1f90fdce1b07
    tag: tip
    parent: 7843:a474d9b4ad86
    user: Vu Minh Nguyen vu.m.nguyen@dektech.com.au
    date: Tue Aug 09 13:57:23 2016 +0700
    summary: log: client crashed due to not initialize the client_list pointer [#1933]

    changeset: 7844:c603424ffe8d
    branch: opensaf-5.0.x
    parent: 7839:cd74d23ecbcd
    user: Vu Minh Nguyen vu.m.nguyen@dektech.com.au
    date: Fri Aug 05 14:42:38 2016 +0700
    summary: log: client crashed due to not initialize the client_list pointer [#1933]

     

    Related

    Tickets: #1933


Log in to post a comment.