]> diplodocus.org Git - nmh/commitdiff
Clang's static analyzer reports a potential NULL pointer deref.
authorLyndon Nerenberg <lyndon@orthanc.ca>
Thu, 10 Apr 2014 10:07:16 +0000 (03:07 -0700)
committerLyndon Nerenberg <lyndon@orthanc.ca>
Thu, 10 Apr 2014 10:07:16 +0000 (03:07 -0700)
This is a "shouldn't happen" case, so I have added an assert
to quell the warning, and catch the failure in the off chance
we do get here with last == NULL.


No differences found