Skip to content
Snippets Groups Projects
  • Jonathan Hanks's avatar
    30155101
    Forward port of r4589. Fix for bug 1102. · 30155101
    Jonathan Hanks authored
    The rcv build of daqd had code to read cycle count information from an
    array of rmIpcStr structures.
    
    1. This was unneeded in this build of daqd
    2. The array was never initialized and resulted in invalid pointers
    3. It only ran in production due to optimization recognizing a unused variable and removing the bad read.
    
    This code breaks the producer.cc out to producer_rcv.cc and removes the unneeded rmIpcStr structures and accesses.
    
    
    git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4593 6dcd42c9-f523-4c6d-aada-af552506706e
    30155101
    History
    Forward port of r4589. Fix for bug 1102.
    Jonathan Hanks authored
    The rcv build of daqd had code to read cycle count information from an
    array of rmIpcStr structures.
    
    1. This was unneeded in this build of daqd
    2. The array was never initialized and resulted in invalid pointers
    3. It only ran in production due to optimization recognizing a unused variable and removing the bad read.
    
    This code breaks the producer.cc out to producer_rcv.cc and removes the unneeded rmIpcStr structures and accesses.
    
    
    git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4593 6dcd42c9-f523-4c6d-aada-af552506706e
Code owners
Assign users and groups as approvers for specific file changes. Learn more.