circular_buffer icon indicating copy to clipboard operation
circular_buffer copied to clipboard

Fix error flagged by -fsanitize=nonnull-attribute

Open davido opened this issue 8 years ago • 0 comments

Summary:

this fixes the error reported by -fsanitize=nonnull-attribute analyzer:

/workdir/UnpackedTarball/boost/boost/circular_buffer/debug.hpp:37:17: runtime error: null pointer passed as argument 1, which is declared to never be null

/usr/include/string.h:62:62: note: nonnull attribute specified here

davido avatar Jan 09 '17 14:01 davido