The most recent content from our members.
Using strerror(errno) in printf gives Warning Hi, we get a COPY_UNINIT_PTR warning for this piece of code: dprintf( ERRORS, "IDM -- Cannot create message queue [%s]. File %s. Key=%d\n", strerror(errno), datafile, msgkey ); The warning says: Copying uninitialized pointer: strerror(*__errno_location()) Stack trace where the…
It looks like you're new here. Sign in or register to get started.