This is a discussion on Re: sprintf warning and glib within the mailing.openbsd.tech forums, part of the OpenBSD category; --> Marc Espie wrote: > What I'd like to be able to do is to compile a glib2 library that ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Marc Espie wrote: > What I'd like to be able to do is to compile a glib2 library that will be > as useful as the current libc: that will warn whenever g_sprintf is used, > so that I can identify users of g_snprintf. Since glib2 is in ports isn't it viable to just make a patch for the g_sprintf that issues the warning in glib2. This way when compiling ports the warnings would be issued without needing to modify libc. |