Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#66 closed bug (fixed)

syslog() should replace %m occurrences in msg with strerror(errno)

Reported by: korli Owned by: axeld
Priority: normal Milestone: R1
Component: System/Kernel Version:
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Change History (4)

comment:1 by axeld, 18 years ago

Status: newclosed

comment:2 by axeld, 18 years ago

glibc's private strerror_r() was supposed to return a pointer to the string buffer instead of an error code like the POSIX function strerror_r(). glibc's printf() supports "%m" already, and hrev14723 fixes the actual output.

comment:3 by axeld, 18 years ago

Resolution: fixed

comment:4 by korli, 18 years ago

tested ok

Note: See TracTickets for help on using tickets.